aboutsummaryrefslogtreecommitdiff
path: root/crypto/eseqiv.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-22crypto: eseqiv - Offer normal cipher functionality without RNGGravatar Herbert Xu 1-19/+12
2015-06-04crypto: eseqiv - Move IV seeding into init functionGravatar Herbert Xu 1-25/+4
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2014-08-01crypto: Resolve shadow warningsGravatar Mark Rustad 1-4/+4
2010-12-02crypto: Use scatterwalk_crypto_chainGravatar Steffen Klassert 1-16/+2
2009-04-15crypto: eseqiv - Fix IV generation for sync algorithmsGravatar Steffen Klassert 1-1/+2
2008-08-29crypto: skcipher - Use RNG interface instead of get_random_bytesGravatar Herbert Xu 1-4/+21
2008-08-29crypto: skcipher - Move IV generators into their own modulesGravatar Herbert Xu 1-2/+8
2008-05-01[CRYPTO] eseqiv: Fix off-by-one encryptionGravatar Herbert Xu 1-1/+2
2008-03-08[CRYPTO] skcipher: Fix section mismatchesGravatar Herbert Xu 1-2/+0
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleGravatar Herbert Xu 1-8/+4
2008-01-11[CRYPTO] eseqiv: Add Encrypted Sequence Number IV GeneratorGravatar Herbert Xu 1-0/+264