summaryrefslogtreecommitdiffstats
path: root/include/crypto/aes.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: lib - implement library version of AES in CFB modeArd Biesheuvel9 days1-0/+5
* crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan2019-08-091-0/+17
* crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel2019-07-261-0/+3
* crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel2019-07-261-2/+0
* crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel2019-07-261-2/+0
* crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel2019-07-261-0/+34
* crypto: aes - Use ___cacheline_aligned for aes dataAndi Kleen2019-04-081-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: aes - Move key_length in struct crypto_aes_ctx to be the last fieldHuang Ying2009-02-181-1/+5
* crypto: aes - Precompute tablesHerbert Xu2008-12-251-4/+4
* [CRYPTO] aes: Export generic setkeySebastian Siewior2008-04-211-2/+6
* [CRYPTO] aes-generic: Make key generation exportableSebastian Siewior2008-01-111-0/+16
* [CRYPTO] aes: Move common defines into a header fileSebastian Siewior2008-01-111-0/+15