summaryrefslogtreecommitdiff
path: root/crypto/aegis128-neon-inner.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: aegis128/neon - move final tag check to SIMD domainArd Biesheuvel2020-11-271-6/+27
* crypto: aegis128/neon - optimize tail block handlingArd Biesheuvel2020-11-271-14/+75
* crypto: aegis128 - duplicate init() and final() hooks in SIMD codeArd Biesheuvel2019-10-261-0/+50
* crypto: arm64/aegis128 - use explicit vector load for permute vectorsArd Biesheuvel2019-08-301-19/+19
* crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel2019-08-151-0/+65
* crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-08-151-0/+147
* Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu2019-08-021-149/+0
* crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-07-261-0/+149