aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/seqiv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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