index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
authenc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-23
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
2008-01-11
[CRYPTO] aead: Make authsize a run-time parameter
Herbert Xu
1
-27
/
+12
2008-01-11
[CRYPTO] authenc: Use or instead of max on alignment masks
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
Herbert Xu
1
-1
/
+1
2007-11-23
[CRYPTO] authenc: Move initialisations up to shut up gcc
Herbert Xu
1
-8
/
+4
2007-10-10
[CRYPTO] authenc: Kill spaces in algorithm names
Herbert Xu
1
-2
/
+2
2007-10-10
[CRYPTO] aead: Add authenc
Herbert Xu
1
-0
/
+400