Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3593030761630e09200072a4bd06468892c27be3
/
crypto
/
gcm.c
453431a
mm, treewide: rename kzfree() to kfree_sensitive()
by Waiman Long
· 4 years, 5 months ago
7bcb2c9
crypto: algapi - use common mechanism for inheriting flags
by Eric Biggers
· 4 years, 6 months ago
c4caa56
crypto: gcm - simplify error handling in crypto_rfc4543_create()
by Eric Biggers
· 4 years, 10 months ago
959ac1c
crypto: gcm - simplify error handling in crypto_rfc4106_create()
by Eric Biggers
· 4 years, 10 months ago
ab6ffd3
crypto: gcm - use crypto_grab_ahash() and simplify error paths
by Eric Biggers
· 5 years ago
cd900f0
crypto: aead - pass instance to crypto_grab_aead()
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
74bf81d
crypto: gcm - restrict assoclen for rfc4543
by Iuliana Prodan
· 5 years ago
65526f6
crypto: gcm - helper functions for assoclen/authsize check
by Iuliana Prodan
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
f699594
crypto: gcm - fix incompatibility between "gcm" and "gcm_base"
by Eric Biggers
· 6 years ago
c4741b2
crypto: run initcalls for generic implementations earlier
by Eric Biggers
· 6 years ago
56a00d9
crypto: gcm - use template array registering API to simplify the code
by Xiongfeng Wang
· 6 years ago
1866655
crypto: gcm - use correct endianness type in gcm_hash_len()
by Eric Biggers
· 6 years ago
8d60539
crypto: null - Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
3a2d4fb
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()
by Eric Biggers
· 7 years ago
76c6739
crypto: gcm - move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
e0ab7e9
crypto: gcm - Use GCM IV size constant
by Corentin LABBE
· 7 years ago
f3ad587
crypto: gcm - wait for crypto op not signal safe
by Gilad Ben-Yossef
· 8 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
9b40f79
crypto: gcm - Fix error return code in crypto_gcm_create_common()
by Wei Yongjun
· 8 years ago
50d2e6d
crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
by Ondrej Mosnáček
· 8 years ago
16f37ecd
crypto: gcm - Use skcipher
by Herbert Xu
· 8 years ago
b30bdfa
crypto: gcm - Filter out async ghash if necessary
by Herbert Xu
· 9 years ago
d975f30
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
c56f6d1
crypto: replace scatterwalk_sg_chain with sg_chain
by Dan Williams
· 9 years ago
5e4b8c1
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
by Herbert Xu
· 9 years ago
7b05a37
crypto: gcm - Use new IV convention
by Herbert Xu
· 9 years ago
adcbc68
crypto: gcm - Convert to new AEAD interface
by Herbert Xu
· 10 years ago
17db854
crypto: gcm - Use default null skcipher
by Herbert Xu
· 10 years ago
5d72336
crypto: gcm - Use crypto_aead_set_reqsize helper
by Herbert Xu
· 10 years ago
4943ba1
crypto: include crypto- module prefix in template
by Kees Cook
· 10 years ago
5d26a10
crypto: prefix module autoloading with "crypto-"
by Kees Cook
· 10 years ago
3e3dc25
crypto: Resolve shadow warnings
by Mark Rustad
· 10 years ago
6bf37e5
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
by James Yonan
· 11 years ago
797994f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
d733ac90
crypto: gcm - fix rfc4543 to handle async crypto correctly
by Jussi Kivilinna
· 12 years ago
9489667d
crypto: gcm - make GMAC work when dst and src are different
by Jussi Kivilinna
· 12 years ago
d3dde52
crypto: gcm - fix assumption that assoc has one segment
by Jussi Kivilinna
· 12 years ago
3e8afe3
crypto: use ERR_CAST
by Julia Lawall
· 12 years ago
c920fa6
crypto: Use scatterwalk_crypto_chain
by Steffen Klassert
· 14 years ago
73c89c1
crypto: gcm - Add RFC4543 wrapper for GCM
by Tobias Brunner
· 15 years ago
62c5593
crypto: gcm - fix another complete call in complete fuction
by Huang Ying
· 15 years ago
9382d97
crypto: gcm - Use GHASH digest algorithm
by Huang Ying
· 15 years ago
dadbc53
[CRYPTO] gcm: Introduce rfc4106
by Herbert Xu
· 17 years ago
1472e5e
[CRYPTO] gcm: Use crypto_grab_skcipher
by Herbert Xu
· 17 years ago
d00aa19
[CRYPTO] gcm: Allow block cipher parameter
by Herbert Xu
· 17 years ago
84c9115
[CRYPTO] gcm: Add support for async ciphers
by Herbert Xu
· 17 years ago
5311f24
[CRYPTO] ctr: Refactor into ctr and rfc3686
by Herbert Xu
· 17 years ago
2589469
[CRYPTO] gcm: Fix request context alignment
by Herbert Xu
· 17 years ago
7f68137
[CRYPTO] gcm: Put abreq in private context instead of on stack
by Herbert Xu
· 17 years ago
b2ab4a5
[CRYPTO] scatterwalk: Restore custom sg chaining for now
by Herbert Xu
· 17 years ago
42c271c
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
by Herbert Xu
· 17 years ago
fe70f5d
[CRYPTO] aead: Return EBADMSG for ICV mismatch
by Herbert Xu
· 17 years ago
6160b28
[CRYPTO] gcm: Fix ICV handling
by Herbert Xu
· 17 years ago
7ba683a
[CRYPTO] aead: Make authsize a run-time parameter
by Herbert Xu
· 17 years ago
28db8e3
[CRYPTO] gcm: New algorithm
by Mikko Herranen
· 17 years ago