public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dm-crypt: Reimplement elephant diffuser using AES library
@ 2026-03-21 23:06 Eric Biggers
  2026-03-21 23:06 ` [PATCH 1/2] " Eric Biggers
  2026-03-21 23:06 ` [PATCH 2/2] dm-crypt: Make crypt_iv_operations::wipe return void Eric Biggers
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Biggers @ 2026-03-21 23:06 UTC (permalink / raw)
  To: dm-devel; +Cc: linux-crypto, linux-kernel, Eric Biggers

This series simplifies and optimizes dm-crypt's implementation of
Bitlocker's "elephant diffuser" to use the AES library instead of an
"ecb(aes)" crypto_skcipher.

This series is targeting linux-dm/for-next

Eric Biggers (2):
  dm-crypt: Reimplement elephant diffuser using AES library
  dm-crypt: Make crypt_iv_operations::wipe return void

 drivers/md/Kconfig    |   1 +
 drivers/md/dm-crypt.c | 103 ++++++++++++++----------------------------
 2 files changed, 36 insertions(+), 68 deletions(-)


base-commit: 23e6e57a93bcabe86d5f0eab1df0c44706ab18f3
-- 
2.53.0


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

end of thread, other threads:[~2026-03-21 23:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-21 23:06 [PATCH 0/2] dm-crypt: Reimplement elephant diffuser using AES library Eric Biggers
2026-03-21 23:06 ` [PATCH 1/2] " Eric Biggers
2026-03-21 23:06 ` [PATCH 2/2] dm-crypt: Make crypt_iv_operations::wipe return void Eric Biggers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox