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