index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
authenc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-13
crypto: api - Use data directly in completion function
Herbert Xu
1
-8
/
+6
2022-01-31
crypto: authenc - Fix sleep in atomic context in decrypt_tail
Herbert Xu
1
-1
/
+1
2020-07-16
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
1
-11
/
+3
2020-01-09
crypto: authenc - use crypto_grab_ahash() and simplify error paths
Eric Biggers
1
-38
/
+14
2020-01-09
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
1
-6
/
+6
2020-01-09
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
1
-6
/
+0
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
1
-1
/
+1
2019-01-10
crypto: authenc - fix parsing key with misaligned rta_len
Eric Biggers
1
-3
/
+11
2018-09-28
crypto: null - Remove VLA usage of skcipher
Kees Cook
1
-4
/
+4
2018-04-20
crypto: authenc - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+1
2017-12-22
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()
Eric Biggers
1
-2
/
+2
2016-11-01
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
1
-1
/
+1
2016-11-01
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
1
-3
/
+3
2016-07-18
crypto: authenc - Use skcipher
Herbert Xu
1
-51
/
+56
2016-07-01
crypto: authenc - Consider ahash ASYNC bit
Herbert Xu
1
-2
/
+4
2016-06-29
crypto: authenc - Remove redundant sg_init_table call.
Harsh Jain
1
-6
/
+1
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
1
-3
/
+1
2015-08-04
crypto: authenc - Convert to new AEAD interface
Herbert Xu
1
-401
/
+183
2015-05-13
crypto: authenc - Use crypto_aead_set_reqsize helper
Herbert Xu
1
-7
/
+8
2015-05-13
crypto: authenc - Include internal/aead.h
Herbert Xu
1
-1
/
+1
2014-11-26
crypto: include crypto- module prefix in template
Kees Cook
1
-0
/
+1
2013-11-28
crypto: authenc - Find proper IV address in ablkcipher callback
Tom Lendacky
1
-3
/
+4
2013-10-16
crypto: authenc - Export key parsing helper function
Mathias Krause
1
-18
/
+30
2013-10-07
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
James Yonan
1
-3
/
+3
2013-02-04
crypto: use ERR_CAST
Julia Lawall
1
-2
/
+1
2012-09-11
crypto: authenc - Fix crash with zero-length assoc data
Herbert Xu
1
-2
/
+2
2010-12-02
crypto: Use scatterwalk_crypto_chain
Steffen Klassert
1
-18
/
+4
2010-05-26
crypto: Use ERR_CAST
Julia Lawall
1
-1
/
+1
2010-05-20
crypto: authenc - Fix cryptlen calculation
Shikhar Khattar
1
-2
/
+6
2010-04-26
crypto: authenc - Add EINPROGRESS check
Herbert Xu
1
-5
/
+11
2010-03-03
crypto: authenc - Move saved IV in front of the ablkcipher request
Steffen Klassert
1
-11
/
+14
2010-03-02
crypto: authenc - Use correct ahash complete functions
Steffen Klassert
1
-1
/
+1
2010-02-16
crypto: authenc - Fix checkpatch errors
Richard Hartmann
1
-5
/
+5
2009-08-05
crypto: authenc - Convert to ahash
Steffen Klassert
1
-69
/
+285
2009-07-14
crypto: authenc - Remove reference to crypto_hash
Herbert Xu
1
-5
/
+1
2009-01-15
crypto: authenc - Fix zero-length IV crash
Herbert Xu
1
-9
/
+15
2008-12-25
crypto: hash - Export shash through hash
Herbert Xu
1
-0
/
+3
2008-08-22
crypto: authenc - Avoid using clobbered request pointer
Herbert Xu
1
-4
/
+6
2008-05-01
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
Patrick McHardy
1
-2
/
+3
2008-01-11
[CRYPTO] authenc: Add givencrypt operation
Herbert Xu
1
-22
/
+114
2008-01-11
[CRYPTO] authenc: Use crypto_grab_skcipher
Herbert Xu
1
-27
/
+38
2008-01-11
[CRYPTO] authenc: Merge common hashing code
Herbert Xu
1
-38
/
+28
2008-01-11
[CRYPTO] authenc: Use RTA_OK to check length
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] authenc: Fix typo in ivsize
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
Herbert Xu
1
-2
/
+1
2008-01-11
[CRYPTO] aead: Return EBADMSG for ICV mismatch
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] authenc: Fix hash verification
Herbert Xu
1
-4
/
+10
2008-01-11
[CRYPTO] authenc: Move enckeylen into key itself
Herbert Xu
1
-20
/
+29
[next]