index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
chacha.h
Age
Commit message (
Expand
)
Author
2025-11-23
lib/crypto: chacha: Add at_least decoration to fixed-size array params
Eric Biggers
2025-08-29
lib/crypto: chacha: Consolidate into single module
Eric Biggers
2025-08-29
lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()
Eric Biggers
2025-05-12
crypto: lib/chacha - add array bounds to function prototypes
Eric Biggers
2025-05-12
crypto: lib/chacha - add strongly-typed state zeroization
Eric Biggers
2025-05-12
crypto: lib/chacha - strongly type the ChaCha state
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
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2022-01-07
random: early initialization of ChaCha constants
Dominik Brodowski
2021-04-02
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
2020-07-16
crypto: x86/chacha-sse3 - use unaligned loads for state array
Ard Biesheuvel
2019-11-17
crypto: x86/chacha - expose SIMD ChaCha routine as library function
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
2018-11-20
crypto: chacha - add XChaCha12 support
Eric Biggers
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers