summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/chacha-neon-glue.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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/+14Star
* 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