summaryrefslogtreecommitdiffstats
path: root/crypto/aegis128-neon-inner.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-27crypto: aegis128/neon - move final tag check to SIMD domainArd Biesheuvel1-6/+27
2020-11-27crypto: aegis128/neon - optimize tail block handlingArd Biesheuvel1-14/+75
2019-10-26crypto: aegis128 - duplicate init() and final() hooks in SIMD codeArd Biesheuvel1-0/+50
2019-08-30crypto: arm64/aegis128 - use explicit vector load for permute vectorsArd Biesheuvel1-19/+19
2019-08-15crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel1-0/+65
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel1-0/+147
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu1-149/+0
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel1-0/+149