summaryrefslogtreecommitdiff
path: root/lib/crypto/chacha.c
AgeCommit message (Expand)Author
2025-06-30lib/crypto: Explicitly include <linux/export.h>Eric Biggers
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers
2025-05-12crypto: lib/chacha - use struct assignment to copy stateEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2021-04-22crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cRandy Dunlap
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel