summaryrefslogtreecommitdiff
path: root/include/crypto/chacha.h
AgeCommit message (Expand)Author
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2022-01-07random: early initialization of ChaCha constantsDominik Brodowski
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers