summaryrefslogtreecommitdiff
path: root/crypto/authencesn.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-26crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2018-08-06crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2017-08-07crypto: authencesn - Fix digest_null crashHerbert Xu1-0/+5
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-3/+1
2015-08-10crypto: authencesn - Convert to new AEAD interfaceHerbert Xu1-498/+222
2015-08-10crypto: authencesn - Fix breakage with new ESP codeHerbert Xu1-32/+12
2015-05-13crypto: authencesn - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+8
2015-05-13crypto: authencesn - Include internal/aead.hHerbert Xu1-1/+1
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2013-10-16crypto: authencesn - Simplify key parsingMathias Krause1-22/+4
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan1-4/+4
2013-02-04crypto: use ERR_CASTJulia Lawall1-2/+1
2011-03-14crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert1-0/+835