aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/aes.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-09crypto: aes - helper function to validate key length for AES algorithmsGravatar Iuliana Prodan 1-0/+17
2019-07-26crypto: lib/aes - export sbox and inverse sboxGravatar Ard Biesheuvel 1-0/+3
2019-07-26crypto: aes-generic - unexport last-round AES tablesGravatar Ard Biesheuvel 1-2/+0
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionGravatar Ard Biesheuvel 1-2/+0
2019-07-26crypto: aes - create AES library based on the fixed time AES codeGravatar Ard Biesheuvel 1-0/+34
2019-04-08crypto: aes - Use ___cacheline_aligned for aes dataGravatar Andi Kleen 1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2009-02-18crypto: aes - Move key_length in struct crypto_aes_ctx to be the last fieldGravatar Huang Ying 1-1/+5
2008-12-25crypto: aes - Precompute tablesGravatar Herbert Xu 1-4/+4
2008-04-21[CRYPTO] aes: Export generic setkeyGravatar Sebastian Siewior 1-2/+6
2008-01-11[CRYPTO] aes-generic: Make key generation exportableGravatar Sebastian Siewior 1-0/+16
2008-01-11[CRYPTO] aes: Move common defines into a header fileGravatar Sebastian Siewior 1-0/+15