From: Eric Biggers <ebiggers@kernel.org>
To: dm-devel@lists.linux.dev
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
Eric Biggers <ebiggers@kernel.org>
Subject: [PATCH 0/2] dm-crypt: Reimplement elephant diffuser using AES library
Date: Sat, 21 Mar 2026 16:06:49 -0700 [thread overview]
Message-ID: <20260321230651.89081-1-ebiggers@kernel.org> (raw)
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
next reply other threads:[~2026-03-21 23:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-21 23:06 Eric Biggers [this message]
2026-03-21 23:06 ` [PATCH 1/2] dm-crypt: Reimplement elephant diffuser using AES library Eric Biggers
2026-03-21 23:06 ` [PATCH 2/2] dm-crypt: Make crypt_iv_operations::wipe return void Eric Biggers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260321230651.89081-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=dm-devel@lists.linux.dev \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox