summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto/chacha-neon-glue.c
AgeCommit message (Expand)Author
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld
2020-03-20crypto: arm64/chacha - correctly walk through blocksJason A. Donenfeld
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld
2019-11-17crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel
2019-11-17crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers
2018-12-13crypto: arm64/chacha - use combined SIMD/ALU routine for more speedArd Biesheuvel
2018-12-13crypto: arm64/chacha - optimize for arbitrary length inputsArd Biesheuvel
2018-12-13crypto: arm64/chacha - add XChaCha12 supportEric Biggers
2018-12-13crypto: arm64/chacha20 - refactor to allow varying number of roundsEric Biggers