aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/seqiv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17crypto: seqiv - Use generic geniv init/exit helpersHerbert Xu1-68/+7
2015-08-17crypto: seqiv - Remove AEAD compatibility codeHerbert Xu1-127/+0
2015-08-17crypto: seqiv - Remove seqnivHerbert Xu1-244/+1
2015-07-14crypto: seqiv - Replace seqniv with seqivHerbert Xu1-15/+19
2015-06-22crypto: seqiv - Add compatibility support without RNGHerbert Xu1-25/+25
2015-06-04crypto: seqiv - Move IV seeding into init functionHerbert Xu1-98/+15
2015-05-28crypto: seqiv - Fix module unload/reload crashHerbert Xu1-0/+1
2015-05-28crypto: seqiv - Fix IV size in context size calculationHerbert Xu1-1/+1
2015-05-28crypto: seqiv - Use common IV generation codeHerbert Xu1-56/+36
2015-05-28crypto: seqiv - Copy AD along with plain/cipher textHerbert Xu1-27/+6
2015-05-25crypto: aead - Remove unused cryptoff parameterHerbert Xu1-4/+4
2015-05-25crypto: seqiv - Stop using cryptoffHerbert Xu1-67/+158
2015-05-25crypto: seqiv - Use aead_register_instanceHerbert Xu1-56/+79
2015-05-22crypto: seqiv - Add seqnivHerbert Xu1-1/+70
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu1-10/+376
2015-05-13crypto: seqiv - Use crypto_aead_set_reqsize helperHerbert Xu1-1/+2
2015-01-20crypto: seqiv - Ensure that IV size is at least 8 bytesHerbert Xu1-0/+12
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2014-08-01crypto: Resolve shadow warningsMark Rustad1-8/+8
2013-02-04crypto: use ERR_CASTJulia Lawall1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-08-29crypto: skcipher - Use RNG interface instead of get_random_bytesHerbert Xu1-4/+23
2008-01-11[CRYPTO] seqiv: Add AEAD supportHerbert Xu1-16/+175
2008-01-11[CRYPTO] seqiv: Add Sequence Number IV GeneratorHerbert Xu1-0/+186