Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b300667b33b2b5a2c8e5f8f22826befb3d7f4f2b
/
crypto
/
chacha20poly1305.c
7bcb2c9
crypto: algapi - use common mechanism for inheriting flags
by Eric Biggers
· 4 years, 6 months ago
c282586
crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths
by Eric Biggers
· 5 years ago
b9f76dd
crypto: skcipher - pass instance to crypto_grab_skcipher()
by Eric Biggers
· 5 years ago
af5034e
crypto: remove propagation of CRYPTO_TFM_RES_* flags
by Eric Biggers
· 5 years ago
4d2fa8b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
76cadf2
crypto: chacha20poly1305 - a few cleanups
by Eric Biggers
· 6 years ago
7545b6c
crypto: chacha20poly1305 - fix atomic sleep when using async algorithm
by Eric Biggers
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
c4741b2
crypto: run initcalls for generic implementations earlier
by Eric Biggers
· 6 years ago
5e27f38
crypto: chacha20poly1305 - set cra_name correctly
by Eric Biggers
· 6 years ago
1a5e02b
crypto: chacha20poly1305 - use template array registering API to simplify the code
by Xiongfeng Wang
· 6 years ago
1ca1b91
crypto: chacha20-generic - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
193188e
crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE
by Cristian Stoica
· 6 years ago
e57121d
crypto: chacha20poly1305 - validate the digest size
by Eric Biggers
· 7 years ago
60425a8
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
by Eric Biggers
· 8 years ago
a35528e
crypto: skcipher - Get rid of crypto_grab_skcipher2()
by Eric Biggers
· 8 years ago
1e1f006
crypto: chacha20poly1305 - Use skcipher
by Herbert Xu
· 8 years ago
161151d
crypto: chacha20poly1305 - Skip encryption/decryption for 0-len
by Jason A. Donenfeld
· 9 years ago
5e4b8c1
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
by Herbert Xu
· 9 years ago
2546f81
crypto: poly1305 - Export common Poly1305 helpers
by Martin Willi
· 9 years ago
31d7247
crypto: chacha20 - Export common ChaCha20 helpers
by Martin Willi
· 9 years ago
7479092
crypto: chacha20poly1305 - Convert to new AEAD interface
by Herbert Xu
· 9 years ago
c2b7b20a
crypto: poly1305 - Pass key as first two message blocks to each desc_ctx
by Martin Willi
· 10 years ago
4db4ad2
crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEAD
by Martin Willi
· 10 years ago
71ebc4d
crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539
by Martin Willi
· 10 years ago