index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
chacha20poly1305.c
Age
Commit message (
Expand
)
Author
2025-05-12
crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
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-03-08
crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPI
Ard Biesheuvel
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2021-07-16
crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
2021-01-22
crypto: lib/chacha20poly1305 - define empty module exit function
Jason A. Donenfeld
2020-09-25
crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionally
Herbert Xu
2020-07-16
crypto: lib/chacha20poly1305 - Add missing function declaration
Herbert Xu
2020-02-14
crypto: chacha20poly1305 - prevent integer overflow on large input
Jason A. Donenfeld
2019-11-22
crypto: lib/chacha20poly1305 - use chacha20_crypt()
Eric Biggers
2019-11-17
crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine
Ard Biesheuvel
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel