summaryrefslogtreecommitdiff
path: root/crypto/eseqiv.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-02crypto: Use scatterwalk_crypto_chainSteffen Klassert1-16/+2
2009-04-15crypto: eseqiv - Fix IV generation for sync algorithmsSteffen Klassert1-1/+2
2008-08-29crypto: skcipher - Use RNG interface instead of get_random_bytesHerbert Xu1-4/+21
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu1-2/+8
2008-05-01[CRYPTO] eseqiv: Fix off-by-one encryptionHerbert Xu1-1/+2
2008-03-08[CRYPTO] skcipher: Fix section mismatchesHerbert Xu1-2/+0
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu1-8/+4
2008-01-11[CRYPTO] eseqiv: Add Encrypted Sequence Number IV GeneratorHerbert Xu1-0/+264