| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-01 | lib/crypto: arm64/aes: Remove obsolete chunking logic | Eric Biggers | 1 | -3/+3 |
| 2026-03-09 | lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library | Eric Biggers | 1 | -6/+3 |
| 2026-03-09 | lib/crypto: arm64/aes: Move assembly code for AES modes into libaes | Eric Biggers | 1 | -0/+69 |
| 2026-01-15 | lib/crypto: aes: Remove old AES en/decryption functions | Eric Biggers | 1 | -20/+4 |
| 2026-01-15 | lib/crypto: aescfb: Use new AES library API | Eric Biggers | 1 | -2/+2 |
| 2026-01-15 | lib/crypto: sparc/aes: Migrate optimized code into library | Eric Biggers | 1 | -0/+42 |
| 2026-01-15 | lib/crypto: s390/aes: Migrate optimized code into library | Eric Biggers | 1 | -0/+3 |
| 2026-01-12 | lib/crypto: powerpc/aes: Migrate POWER8 optimized code into library | Eric Biggers | 1 | -0/+41 |
| 2026-01-12 | lib/crypto: powerpc/aes: Migrate SPE optimized code into library | Eric Biggers | 1 | -0/+31 |
| 2026-01-12 | lib/crypto: arm64/aes: Migrate optimized code into library | Eric Biggers | 1 | -0/+10 |
| 2026-01-12 | crypto: aes - Replace aes-generic with wrapper around lib | Eric Biggers | 1 | -6/+0 |
| 2026-01-12 | lib/crypto: aes: Introduce improved AES library | Eric Biggers | 1 | -11/+146 |
| 2024-05-09 | crypto: lib - implement library version of AES in CFB mode | Ard Biesheuvel | 1 | -0/+5 |
| 2019-08-09 | crypto: aes - helper function to validate key length for AES algorithms | Iuliana Prodan | 1 | -0/+17 |
| 2019-07-26 | crypto: lib/aes - export sbox and inverse sbox | Ard Biesheuvel | 1 | -0/+3 |
| 2019-07-26 | crypto: aes-generic - unexport last-round AES tables | Ard Biesheuvel | 1 | -2/+0 |
| 2019-07-26 | crypto: aes-generic - drop key expansion routine in favor of library version | Ard Biesheuvel | 1 | -2/+0 |
| 2019-07-26 | crypto: aes - create AES library based on the fixed time AES code | Ard Biesheuvel | 1 | -0/+34 |
| 2019-04-08 | crypto: aes - Use ___cacheline_aligned for aes data | Andi Kleen | 1 | -4/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2009-02-18 | crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field | Huang Ying | 1 | -1/+5 |
| 2008-12-25 | crypto: aes - Precompute tables | Herbert Xu | 1 | -4/+4 |
| 2008-04-21 | [CRYPTO] aes: Export generic setkey | Sebastian Siewior | 1 | -2/+6 |
| 2008-01-11 | [CRYPTO] aes-generic: Make key generation exportable | Sebastian Siewior | 1 | -0/+16 |
| 2008-01-11 | [CRYPTO] aes: Move common defines into a header file | Sebastian Siewior | 1 | -0/+15 |