aboutsummaryrefslogtreecommitdiff
path: root/crypto/aegis128-neon-inner.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-24crypto: aegis128-neon - add header for internal prototypesGravatar Arnd Bergmann 1-0/+1
2020-11-27crypto: aegis128/neon - move final tag check to SIMD domainGravatar Ard Biesheuvel 1-6/+27
2020-11-27crypto: aegis128/neon - optimize tail block handlingGravatar Ard Biesheuvel 1-14/+75
2019-10-26crypto: aegis128 - duplicate init() and final() hooks in SIMD codeGravatar Ard Biesheuvel 1-0/+50
2019-08-30crypto: arm64/aegis128 - use explicit vector load for permute vectorsGravatar Ard Biesheuvel 1-19/+19
2019-08-15crypto: arm64/aegis128 - implement plain NEON versionGravatar Ard Biesheuvel 1-0/+65
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsGravatar Ard Biesheuvel 1-0/+147
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Gravatar Herbert Xu 1-149/+0
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsGravatar Ard Biesheuvel 1-0/+149