aboutsummaryrefslogtreecommitdiff
path: root/crypto/aegis128-core.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-19crypto: aegis128 - Move simd prototypes into aegis.hGravatar Herbert Xu 1-15/+0
2020-12-04crypto: aegis128 - avoid spurious references crypto_aegis128_update_simdGravatar Ard Biesheuvel 1-2/+2
2020-11-27crypto: aegis128 - expose SIMD code path as separate driverGravatar Ard Biesheuvel 1-77/+143
2020-11-27crypto: aegis128/neon - move final tag check to SIMD domainGravatar Ard Biesheuvel 1-6/+15
2020-11-27crypto: aegis128 - wipe plaintext and tag if decryption failsGravatar Ard Biesheuvel 1-6/+26
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-10-26crypto: aegis128 - duplicate init() and final() hooks in SIMD codeGravatar Ard Biesheuvel 1-12/+26
2019-10-26crypto: aegis128 - avoid function pointers for parameterizationGravatar Ard Biesheuvel 1-59/+46
2019-08-30crypto: aegis128 - Fix -Wunused-const-variable warningGravatar YueHaibing 1-0/+11
2019-08-15crypto: aegis128 - add support for SIMD accelerationGravatar Ard Biesheuvel 1-0/+491
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Gravatar Herbert Xu 1-481/+0
2019-07-26crypto: aegis128 - add support for SIMD accelerationGravatar Ard Biesheuvel 1-0/+481