| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 2020-01-09 | 1 | -12/+6 |
* | crypto: aes-generic - remove unused variable 'rco_tab' | YueHaibing | 2019-08-15 | 1 | -2/+0 |
* | crypto: aes-generic - unexport last-round AES tables | Ard Biesheuvel | 2019-07-26 | 1 | -4/+2 |
* | crypto: aes-generic - drop key expansion routine in favor of library version | Ard Biesheuvel | 2019-07-26 | 1 | -151/+2 |
* | crypto: aes - rename local routines to prevent future clashes | Ard Biesheuvel | 2019-07-26 | 1 | -4/+4 |
* | crypto: run initcalls for generic implementations earlier | Eric Biggers | 2019-04-18 | 1 | -1/+1 |
* | crypto: aes - Use ___cacheline_aligned for aes data | Andi Kleen | 2019-04-08 | 1 | -4/+4 |
* | crypto: arm/aes - add some hardening against cache-timing attacks | Eric Biggers | 2018-11-09 | 1 | -4/+5 |
* | crypto: aes-generic - drop alignment requirement | Ard Biesheuvel | 2017-02-11 | 1 | -32/+32 |
* | crypto: add missing crypto module aliases | Mathias Krause | 2015-01-13 | 1 | -0/+1 |
* | crypto: prefix module autoloading with "crypto-" | Kees Cook | 2014-11-24 | 1 | -1/+1 |
* | crypto: make tables used from assembler __visible | Andi Kleen | 2013-08-14 | 1 | -4/+4 |
* | crypto: cleanup - remove unneeded crypto_alg.cra_list initializations | Jussi Kivilinna | 2012-08-01 | 1 | -1/+0 |
* | crypto: aes_generic - Fix checkpatch errors | Richard Hartmann | 2010-02-16 | 1 | -2/+2 |
* | crypto: aes - Undefined behaviour in crypto_aes_expand_key | Phil Carmody | 2009-07-24 | 1 | -2/+7 |
* | crypto: aes - Precompute tables | Herbert Xu | 2008-12-25 | 1 | -90/+1055 |
* | [CRYPTO] aes: Export generic setkey | Sebastian Siewior | 2008-04-21 | 1 | -9/+47 |
* | [CRYPTO] aes-generic: Make key generation exportable | Sebastian Siewior | 2008-01-10 | 1 | -129/+120 |
* | [CRYPTO] aes-generic: Coding style cleanup | Sebastian Siewior | 2008-01-10 | 1 | -149/+176 |
* | [CRYPTO] aes: Move common defines into a header file | Sebastian Siewior | 2008-01-10 | 1 | -5/+1 |
* | [CRYPTO] aes: Rename aes to aes-generic | Sebastian Siewior | 2007-10-11 | 1 | -0/+456 |