summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/chacha-neon-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2020-04-301-3/+11
* crypto: arm64/chacha - correctly walk through blocksJason A. Donenfeld2020-03-201-4/+4
* crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld2019-11-271-2/+3
* crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel2019-11-171-1/+1
* crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel2019-11-171-11/+42
* crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-171-18/+22
* crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-171-1/+1
* crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-131-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-2/+3
|\
| * crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers2019-03-221-2/+3
* | arm64: HWCAP: add support for AT_HWCAP2Andrew Murray2019-04-161-1/+1
|/
* crypto: arm64/chacha - use combined SIMD/ALU routine for more speedArd Biesheuvel2018-12-131-19/+20
* crypto: arm64/chacha - optimize for arbitrary length inputsArd Biesheuvel2018-12-131-24/+14
* crypto: arm64/chacha - add XChaCha12 supportEric Biggers2018-12-131-0/+18
* crypto: arm64/chacha20 - refactor to allow varying number of roundsEric Biggers2018-12-131-0/+189