summaryrefslogtreecommitdiff
path: root/include/crypto/aes.h
AgeCommit message (Expand)Author
2026-01-15lib/crypto: aes: Remove old AES en/decryption functionsEric Biggers
2026-01-15lib/crypto: aescfb: Use new AES library APIEric Biggers
2026-01-15lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers
2026-01-15lib/crypto: s390/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel
2019-08-09crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan
2019-07-26crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel
2019-07-26crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel
2019-04-08crypto: aes - Use ___cacheline_aligned for aes dataAndi Kleen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2009-02-18crypto: aes - Move key_length in struct crypto_aes_ctx to be the last fieldHuang Ying
2008-12-25crypto: aes - Precompute tablesHerbert Xu
2008-04-21[CRYPTO] aes: Export generic setkeySebastian Siewior
2008-01-11[CRYPTO] aes-generic: Make key generation exportableSebastian Siewior
2008-01-11[CRYPTO] aes: Move common defines into a header fileSebastian Siewior