summaryrefslogtreecommitdiffstats
path: root/crypto/aes_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Only do vmmcall in aes_generic if dummy key detectedLouis Burda2023-02-061-20/+37
* Properly implement target gfn steppingLouis Burda2023-02-031-1/+3
* Replace access pattern with vmm call in aes_genericLouis Burda2023-01-111-66/+3
* stashLouis Burda2022-12-061-0/+73
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-12/+6
* crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing2019-08-151-2/+0
* crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel2019-07-261-4/+2
* crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel2019-07-261-151/+2
* crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-261-4/+4
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: aes - Use ___cacheline_aligned for aes dataAndi Kleen2019-04-081-4/+4
* crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers2018-11-091-4/+5
* crypto: aes-generic - drop alignment requirementArd Biesheuvel2017-02-111-32/+32
* crypto: add missing crypto module aliasesMathias Krause2015-01-131-0/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* crypto: make tables used from assembler __visibleAndi Kleen2013-08-141-4/+4
* crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-011-1/+0
* crypto: aes_generic - Fix checkpatch errorsRichard Hartmann2010-02-161-2/+2
* crypto: aes - Undefined behaviour in crypto_aes_expand_keyPhil Carmody2009-07-241-2/+7
* crypto: aes - Precompute tablesHerbert Xu2008-12-251-90/+1055
* [CRYPTO] aes: Export generic setkeySebastian Siewior2008-04-211-9/+47
* [CRYPTO] aes-generic: Make key generation exportableSebastian Siewior2008-01-111-129/+120
* [CRYPTO] aes-generic: Coding style cleanupSebastian Siewior2008-01-111-149/+176
* [CRYPTO] aes: Move common defines into a header fileSebastian Siewior2008-01-111-5/+1
* [CRYPTO] aes: Rename aes to aes-genericSebastian Siewior2007-10-101-0/+456