aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/chacha20poly1305.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-23lib/crypto: chacha20poly1305: Statically check fixed array lengthsJason A. Donenfeld1-9/+9
2025-06-30lib/crypto: Explicitly include <linux/export.h>Eric Biggers1-4/+4
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers1-1/+1
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-2/+0
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers1-3/+3
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-23/+28
2025-03-08crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPIArd Biesheuvel1-4/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap1-4/+4
2021-01-22crypto: lib/chacha20poly1305 - define empty module exit functionJason A. Donenfeld1-0/+5
2020-09-25crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionallyHerbert Xu1-3/+1
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu1-2/+0
2020-02-14crypto: chacha20poly1305 - prevent integer overflow on large inputJason A. Donenfeld1-0/+3
2019-11-22crypto: lib/chacha20poly1305 - use chacha20_crypt()Eric Biggers1-8/+8
2019-11-17crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineArd Biesheuvel1-0/+150
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel1-0/+219