Re: [PATCH 0/3] Remove old AES-GCM library

Eric Biggers <[email protected]> Wed, 29 Jul 2026 18:37:08 -0700
Newsgroups org.kernel.vger.linux-crypto,org.kernel.vger.linux-kernel
Message-ID <20260730013708.GA91995@quark>
On Tue, Jul 21, 2026 at 07:53:35PM -0700, Eric Biggers wrote:
> The old AES-GCM library code is being replaced as part of an overhaul
> that is adding support for all the common AES encryption modes with
> consistent conventions
> (https://lore.kernel.org/linux-crypto/[email protected]/).
> 
> The SEV code is the only user of the old API.  Update it to use the new
> API instead.  Then remove the old API.
> 
> This applies to libcrypto-next.  If possible I'd like to take this
> through libcrypto-next for 7.3.  Acks are appreciated.

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-next

- Eric