index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
authenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
2016-11-01
1
-1
/
+1
*
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
2016-11-01
1
-3
/
+3
*
crypto: authenc - Use skcipher
Herbert Xu
2016-07-18
1
-51
/
+56
*
crypto: authenc - Consider ahash ASYNC bit
Herbert Xu
2016-07-01
1
-2
/
+4
*
crypto: authenc - Remove redundant sg_init_table call.
Harsh Jain
2016-06-29
1
-6
/
+1
*
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
2015-08-17
1
-3
/
+1
*
crypto: authenc - Convert to new AEAD interface
Herbert Xu
2015-08-04
1
-401
/
+183
*
crypto: authenc - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
1
-7
/
+8
*
crypto: authenc - Include internal/aead.h
Herbert Xu
2015-05-13
1
-1
/
+1
*
crypto: include crypto- module prefix in template
Kees Cook
2014-11-26
1
-0
/
+1
*
crypto: authenc - Find proper IV address in ablkcipher callback
Tom Lendacky
2013-11-28
1
-3
/
+4
*
crypto: authenc - Export key parsing helper function
Mathias Krause
2013-10-16
1
-18
/
+30
*
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
James Yonan
2013-10-07
1
-3
/
+3
*
crypto: use ERR_CAST
Julia Lawall
2013-02-04
1
-2
/
+1
*
crypto: authenc - Fix crash with zero-length assoc data
Herbert Xu
2012-09-11
1
-2
/
+2
*
crypto: Use scatterwalk_crypto_chain
Steffen Klassert
2010-12-02
1
-18
/
+4
*
crypto: Use ERR_CAST
Julia Lawall
2010-05-26
1
-1
/
+1
*
crypto: authenc - Fix cryptlen calculation
Shikhar Khattar
2010-05-20
1
-2
/
+6
*
crypto: authenc - Add EINPROGRESS check
Herbert Xu
2010-04-26
1
-5
/
+11
*
crypto: authenc - Move saved IV in front of the ablkcipher request
Steffen Klassert
2010-03-03
1
-11
/
+14
*
crypto: authenc - Use correct ahash complete functions
Steffen Klassert
2010-03-02
1
-1
/
+1
*
crypto: authenc - Fix checkpatch errors
Richard Hartmann
2010-02-16
1
-5
/
+5
*
crypto: authenc - Convert to ahash
Steffen Klassert
2009-08-05
1
-69
/
+285
*
crypto: authenc - Remove reference to crypto_hash
Herbert Xu
2009-07-14
1
-5
/
+1
*
crypto: authenc - Fix zero-length IV crash
Herbert Xu
2009-01-15
1
-9
/
+15
*
crypto: hash - Export shash through hash
Herbert Xu
2008-12-25
1
-0
/
+3
*
crypto: authenc - Avoid using clobbered request pointer
Herbert Xu
2008-08-23
1
-4
/
+6
*
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
Patrick McHardy
2008-05-01
1
-2
/
+3
*
[CRYPTO] authenc: Add givencrypt operation
Herbert Xu
2008-01-11
1
-22
/
+114
*
[CRYPTO] authenc: Use crypto_grab_skcipher
Herbert Xu
2008-01-11
1
-27
/
+38
*
[CRYPTO] authenc: Merge common hashing code
Herbert Xu
2008-01-11
1
-38
/
+28
*
[CRYPTO] authenc: Use RTA_OK to check length
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] authenc: Fix typo in ivsize
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
Herbert Xu
2008-01-11
1
-2
/
+1
*
[CRYPTO] aead: Return EBADMSG for ICV mismatch
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] authenc: Fix hash verification
Herbert Xu
2008-01-11
1
-4
/
+10
*
[CRYPTO] authenc: Move enckeylen into key itself
Herbert Xu
2008-01-11
1
-20
/
+29
*
[CRYPTO] aead: Make authsize a run-time parameter
Herbert Xu
2008-01-11
1
-27
/
+12
*
[CRYPTO] authenc: Use or instead of max on alignment masks
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] authenc: Move initialisations up to shut up gcc
Herbert Xu
2007-11-23
1
-8
/
+4
*
[CRYPTO] authenc: Kill spaces in algorithm names
Herbert Xu
2007-10-10
1
-2
/
+2
*
[CRYPTO] aead: Add authenc
Herbert Xu
2007-10-10
1
-0
/
+400