index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
crypto
/
chacha-glue.c
Age
Commit message (
Expand
)
Author
2025-04-28
crypto: arm - move library functions to arch/arm/lib/crypto/
Eric Biggers
2025-04-19
crypto: lib/chacha - restore ability to remove modules
Eric Biggers
2025-04-07
crypto: arm/chacha - remove the redundant skcipher algorithms
Eric Biggers
2025-04-07
crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
2025-03-21
crypto: lib/chacha - remove unused arch-specific init support
Eric Biggers
2021-01-03
crypto: arm/chacha-neon - add missing counter increment
Ard Biesheuvel
2020-11-13
crypto: arm/chacha-neon - optimize for non-block size multiples
Ard Biesheuvel
2020-04-30
crypto: arch/lib - limit simd usage to 4k chunks
Jason A. Donenfeld
2020-01-22
crypto: arm/chacha - fix build failured when kernel mode NEON is disabled
Ard Biesheuvel
2019-11-27
crypto: arch - conditionalize crypto api in arch glue for lib code
Jason A. Donenfeld
2019-11-17
crypto: arm/chacha - expose ARM ChaCha routine as library function
Ard Biesheuvel
2019-11-17
crypto: arm/chacha - remove dependency on generic ChaCha driver
Ard Biesheuvel