| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: aes - helper function to validate key length for AES algorithms | Iuliana Prodan | 2019-08-09 | 1 | -0/+17 |
* | crypto: lib/aes - export sbox and inverse sbox | Ard Biesheuvel | 2019-07-26 | 1 | -0/+3 |
* | crypto: aes-generic - unexport last-round AES tables | Ard Biesheuvel | 2019-07-26 | 1 | -2/+0 |
* | crypto: aes-generic - drop key expansion routine in favor of library version | Ard Biesheuvel | 2019-07-26 | 1 | -2/+0 |
* | crypto: aes - create AES library based on the fixed time AES code | Ard Biesheuvel | 2019-07-26 | 1 | -0/+34 |
* | crypto: aes - Use ___cacheline_aligned for aes data | Andi Kleen | 2019-04-08 | 1 | -4/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field | Huang Ying | 2009-02-18 | 1 | -1/+5 |
* | crypto: aes - Precompute tables | Herbert Xu | 2008-12-25 | 1 | -4/+4 |
* | [CRYPTO] aes: Export generic setkey | Sebastian Siewior | 2008-04-21 | 1 | -2/+6 |
* | [CRYPTO] aes-generic: Make key generation exportable | Sebastian Siewior | 2008-01-11 | 1 | -0/+16 |
* | [CRYPTO] aes: Move common defines into a header file | Sebastian Siewior | 2008-01-11 | 1 | -0/+15 |