summaryrefslogtreecommitdiffstats
path: root/crypto/authenc.c
AgeCommit message (Expand)AuthorLines
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu-8/+6
2022-01-31crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu-1/+1
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers-11/+3
2020-01-09crypto: authenc - use crypto_grab_ahash() and simplify error pathsEric Biggers-38/+14
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers-6/+6
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers-6/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers-1/+1
2019-01-10crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers-3/+11
2018-09-28crypto: null - Remove VLA usage of skcipherKees Cook-4/+4
2018-04-21crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus-0/+1
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers-2/+2
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers-1/+1
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers-3/+3
2016-07-18crypto: authenc - Use skcipherHerbert Xu-51/+56
2016-07-01crypto: authenc - Consider ahash ASYNC bitHerbert Xu-2/+4
2016-06-29crypto: authenc - Remove redundant sg_init_table call.Harsh Jain-6/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu-3/+1
2015-08-04crypto: authenc - Convert to new AEAD interfaceHerbert Xu-401/+183
2015-05-13crypto: authenc - Use crypto_aead_set_reqsize helperHerbert Xu-7/+8
2015-05-13crypto: authenc - Include internal/aead.hHerbert Xu-1/+1
2014-11-26crypto: include crypto- module prefix in templateKees Cook-0/+1
2013-11-28crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky-3/+4
2013-10-16crypto: authenc - Export key parsing helper functionMathias Krause-18/+30
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan-3/+3
2013-02-04crypto: use ERR_CASTJulia Lawall-2/+1
2012-09-11crypto: authenc - Fix crash with zero-length assoc dataHerbert Xu-2/+2
2010-12-02crypto: Use scatterwalk_crypto_chainSteffen Klassert-18/+4
2010-05-26crypto: Use ERR_CASTJulia Lawall-1/+1
2010-05-20crypto: authenc - Fix cryptlen calculationShikhar Khattar-2/+6
2010-04-26crypto: authenc - Add EINPROGRESS checkHerbert Xu-5/+11
2010-03-03crypto: authenc - Move saved IV in front of the ablkcipher requestSteffen Klassert-11/+14
2010-03-02crypto: authenc - Use correct ahash complete functionsSteffen Klassert-1/+1
2010-02-16crypto: authenc - Fix checkpatch errorsRichard Hartmann-5/+5
2009-08-05crypto: authenc - Convert to ahashSteffen Klassert-69/+285
2009-07-14crypto: authenc - Remove reference to crypto_hashHerbert Xu-5/+1
2009-01-15crypto: authenc - Fix zero-length IV crashHerbert Xu-9/+15
2008-12-25crypto: hash - Export shash through hashHerbert Xu-0/+3
2008-08-23crypto: authenc - Avoid using clobbered request pointerHerbert Xu-4/+6
2008-05-01[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()Patrick McHardy-2/+3
2008-01-11[CRYPTO] authenc: Add givencrypt operationHerbert Xu-22/+114
2008-01-11[CRYPTO] authenc: Use crypto_grab_skcipherHerbert Xu-27/+38
2008-01-11[CRYPTO] authenc: Merge common hashing codeHerbert Xu-38/+28
2008-01-11[CRYPTO] authenc: Use RTA_OK to check lengthHerbert Xu-1/+1
2008-01-11[CRYPTO] authenc: Fix typo in ivsizeHerbert Xu-1/+1
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu-2/+1
2008-01-11[CRYPTO] aead: Return EBADMSG for ICV mismatchHerbert Xu-1/+1
2008-01-11[CRYPTO] authenc: Fix hash verificationHerbert Xu-4/+10
2008-01-11[CRYPTO] authenc: Move enckeylen into key itselfHerbert Xu-20/+29