Re: [PATCH v2 00/13] Library APIs for AES encryption modes
Eric Biggers <[email protected]>
| Newsgroups | org.kernel.vger.linux-crypto,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260720180156.GG1865@quark> |
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