summaryrefslogtreecommitdiffstats
path: root/crypto/aegis128-core.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: aegis128 - Move simd prototypes into aegis.hHerbert Xu2021-03-191-15/+0
* crypto: aegis128 - avoid spurious references crypto_aegis128_update_simdArd Biesheuvel2020-12-041-2/+2
* crypto: aegis128 - expose SIMD code path as separate driverArd Biesheuvel2020-11-271-77/+143
* crypto: aegis128/neon - move final tag check to SIMD domainArd Biesheuvel2020-11-271-6/+15
* crypto: aegis128 - wipe plaintext and tag if decryption failsArd Biesheuvel2020-11-271-6/+26
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: aegis128 - duplicate init() and final() hooks in SIMD codeArd Biesheuvel2019-10-261-12/+26
* crypto: aegis128 - avoid function pointers for parameterizationArd Biesheuvel2019-10-261-59/+46
* crypto: aegis128 - Fix -Wunused-const-variable warningYueHaibing2019-08-301-0/+11
* crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-08-151-0/+491
* Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu2019-08-021-481/+0
* crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-07-261-0/+481