All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] crypto: aegis128 enhancements
@ 2020-11-10 19:04 Ard Biesheuvel
  2020-11-10 19:04 ` [PATCH v2 1/4] crypto: aegis128 - wipe plaintext and tag if decryption fails Ard Biesheuvel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ard Biesheuvel @ 2020-11-10 19:04 UTC (permalink / raw)
  To: linux-crypto; +Cc: herbert, Ard Biesheuvel, Ondrej Mosnacek, Eric Biggers

This series supersedes [0] '[PATCH] crypto: aegis128/neon - optimize tail
block handling', which is included as patch #3 here, but hasn't been
modified substantially.

Patch #1 should probably go to -stable, even though aegis128 does not appear
to be widely used.

Patches #2 and #3 improve the SIMD code paths.

Patch #4 enables fuzz testing for the SIMD code by registering the generic
code as a separate driver if the SIMD code path is enabled.

Cc: Ondrej Mosnacek <omosnacek@gmail.com>
Cc: Eric Biggers <ebiggers@kernel.org>

[0] https://lore.kernel.org/linux-crypto/20201107195516.13952-1-ardb@kernel.org/

Ard Biesheuvel (4):
  crypto: aegis128 - wipe plaintext and tag if decryption fails
  crypto: aegis128/neon - optimize tail block handling
  crypto: aegis128/neon - move final tag check to SIMD domain
  crypto: aegis128 - expose SIMD code path as separate driver

 crypto/aegis128-core.c       | 201 ++++++++++++++------
 crypto/aegis128-neon-inner.c | 122 ++++++++++--
 crypto/aegis128-neon.c       |  21 +-
 3 files changed, 263 insertions(+), 81 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-12  8:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 19:04 [PATCH v2 0/4] crypto: aegis128 enhancements Ard Biesheuvel
2020-11-10 19:04 ` [PATCH v2 1/4] crypto: aegis128 - wipe plaintext and tag if decryption fails Ard Biesheuvel
2020-11-11 17:36   ` Ondrej Mosnáček
2020-11-10 19:04 ` [PATCH v2 2/4] crypto: aegis128/neon - optimize tail block handling Ard Biesheuvel
2020-11-10 19:04 ` [PATCH v2 3/4] crypto: aegis128/neon - move final tag check to SIMD domain Ard Biesheuvel
2020-11-10 19:04 ` [PATCH v2 4/4] crypto: aegis128 - expose SIMD code path as separate driver Ard Biesheuvel
2020-11-11 17:46   ` Ondrej Mosnáček
2020-11-12  8:18     ` Ard Biesheuvel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.