aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto/chacha-glue.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-03crypto: arm/chacha-neon - add missing counter incrementGravatar Ard Biesheuvel 1-0/+1
2020-11-13crypto: arm/chacha-neon - optimize for non-block size multiplesGravatar Ard Biesheuvel 1-17/+17
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksGravatar Jason A. Donenfeld 1-3/+11
2020-01-22crypto: arm/chacha - fix build failured when kernel mode NEON is disabledGravatar Ard Biesheuvel 1-2/+2
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeGravatar Jason A. Donenfeld 1-10/+16
2019-11-17crypto: arm/chacha - expose ARM ChaCha routine as library functionGravatar Ard Biesheuvel 1-1/+40
2019-11-17crypto: arm/chacha - remove dependency on generic ChaCha driverGravatar Ard Biesheuvel 1-0/+304