aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/authenc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-01-10crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2018-09-28crypto: null - Remove VLA usage of skcipherKees Cook1-4/+4
2018-04-21crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers1-2/+2
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers1-1/+1
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers1-3/+3
2016-07-18crypto: authenc - Use skcipherHerbert Xu1-51/+56
2016-07-01crypto: authenc - Consider ahash ASYNC bitHerbert Xu1-2/+4
2016-06-29crypto: authenc - Remove redundant sg_init_table call.Harsh Jain1-6/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-3/+1
2015-08-04crypto: authenc - Convert to new AEAD interfaceHerbert Xu1-401/+183
2015-05-13crypto: authenc - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+8
2015-05-13crypto: authenc - Include internal/aead.hHerbert Xu1-1/+1
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2013-11-28crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky1-3/+4
2013-10-16crypto: authenc - Export key parsing helper functionMathias Krause1-18/+30
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan1-3/+3
2013-02-04crypto: use ERR_CASTJulia Lawall1-2/+1
2012-09-11crypto: authenc - Fix crash with zero-length assoc dataHerbert Xu1-2/+2
2010-12-02crypto: Use scatterwalk_crypto_chainSteffen Klassert1-18/+4
2010-05-26crypto: Use ERR_CASTJulia Lawall1-1/+1
2010-05-20crypto: authenc - Fix cryptlen calculationShikhar Khattar1-2/+6
2010-04-26crypto: authenc - Add EINPROGRESS checkHerbert Xu1-5/+11
2010-03-03crypto: authenc - Move saved IV in front of the ablkcipher requestSteffen Klassert1-11/+14
2010-03-02crypto: authenc - Use correct ahash complete functionsSteffen Klassert1-1/+1
2010-02-16crypto: authenc - Fix checkpatch errorsRichard Hartmann1-5/+5
2009-08-05crypto: authenc - Convert to ahashSteffen Klassert1-69/+285
2009-07-14crypto: authenc - Remove reference to crypto_hashHerbert Xu1-5/+1
2009-01-15crypto: authenc - Fix zero-length IV crashHerbert Xu1-9/+15
2008-12-25crypto: hash - Export shash through hashHerbert Xu1-0/+3
2008-08-23crypto: authenc - Avoid using clobbered request pointerHerbert Xu1-4/+6
2008-05-01[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()Patrick McHardy1-2/+3
2008-01-11[CRYPTO] authenc: Add givencrypt operationHerbert Xu1-22/+114
2008-01-11[CRYPTO] authenc: Use crypto_grab_skcipherHerbert Xu1-27/+38
2008-01-11[CRYPTO] authenc: Merge common hashing codeHerbert Xu1-38/+28
2008-01-11[CRYPTO] authenc: Use RTA_OK to check lengthHerbert Xu1-1/+1
2008-01-11[CRYPTO] authenc: Fix typo in ivsizeHerbert Xu1-1/+1
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu1-2/+1
2008-01-11[CRYPTO] aead: Return EBADMSG for ICV mismatchHerbert Xu1-1/+1
2008-01-11[CRYPTO] authenc: Fix hash verificationHerbert Xu1-4/+10
2008-01-11[CRYPTO] authenc: Move enckeylen into key itselfHerbert Xu1-20/+29
2008-01-11[CRYPTO] aead: Make authsize a run-time parameterHerbert Xu1-27/+12
2008-01-11[CRYPTO] authenc: Use or instead of max on alignment masksHerbert Xu1-1/+1
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu1-1/+1
2007-11-23[CRYPTO] authenc: Move initialisations up to shut up gccHerbert Xu1-8/+4
2007-10-10[CRYPTO] authenc: Kill spaces in algorithm namesHerbert Xu1-2/+2
2007-10-10[CRYPTO] aead: Add authencHerbert Xu1-0/+400