index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
/
chacha-neon-glue.c
Age
Commit message (
Expand
)
Author
2020-04-30
crypto: arch/lib - limit simd usage to 4k chunks
Jason A. Donenfeld
2020-03-20
crypto: arm64/chacha - correctly walk through blocks
Jason A. Donenfeld
2019-11-27
crypto: arch - conditionalize crypto api in arch glue for lib code
Jason A. Donenfeld
2019-11-17
crypto: arm/chacha - remove dependency on generic ChaCha driver
Ard Biesheuvel
2019-11-17
crypto: arm64/chacha - expose arm64 ChaCha routine as library function
Ard Biesheuvel
2019-11-17
crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2019-06-13
crypto: chacha - constify ctx and iv arguments
Eric Biggers
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-04-16
arm64: HWCAP: add support for AT_HWCAP2
Andrew Murray
2019-03-22
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
2018-12-13
crypto: arm64/chacha - use combined SIMD/ALU routine for more speed
Ard Biesheuvel
2018-12-13
crypto: arm64/chacha - optimize for arbitrary length inputs
Ard Biesheuvel
2018-12-13
crypto: arm64/chacha - add XChaCha12 support
Eric Biggers
2018-12-13
crypto: arm64/chacha20 - refactor to allow varying number of rounds
Eric Biggers