aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/authencesn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers1-2/+2
2017-07-18crypto: authencesn - Fix digest_null crashHerbert Xu1-0/+5
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: authencesn - Use skcipherHerbert Xu1-50/+54
2016-07-01crypto: authenc - Consider ahash ASYNC bitHerbert Xu1-2/+4
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-13crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert1-0/+835