Re: [PATCH v2 00/13] Library APIs for AES encryption modes

From: Eric Biggers

Date: Mon Jul 20 2026 - 14:10:35 EST


On Wed, Jul 15, 2026 at 03:11:40PM -0700, Eric Biggers wrote:
> Eric Biggers (13):
> crypto: xts - Split out __xts_verify_key() helper
> lib/crypto: aes: Add ECB support
> lib/crypto: aes: Add CBC and CBC-CTS support
> lib/crypto: aes: Add CTR and XCTR support
> lib/crypto: aes: Add XTS support
> lib/crypto: aes: Add GCM support
> lib/crypto: aes: Add CCM support
> crypto: aes - Add ECB support using library
> crypto: aes - Add CBC and CBC-CTS support using library
> crypto: aes - Add CTR and XCTR support using library
> crypto: aes - Add XTS support using library
> crypto: aes - Add GCM support using library
> crypto: aes - Add CCM support using library

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

But as always, more reviews and acks would be greatly appreciated.

- Eric