summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
AgeCommit message (Expand)AuthorLines
2008-08-29crypto: rng - RNG interface and implementationNeil Horman-0/+26
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu-6/+0
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu-0/+37
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu-0/+41
2008-03-08[CRYPTO] skcipher: Fix section mismatchesHerbert Xu-1/+1
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu-0/+6
2008-01-11[CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu-0/+13
2008-01-11[CRYPTO] null: Add null blkcipher algorithmHerbert Xu-0/+5
2008-01-11[CRYPTO] aead: Create default givcipher instancesHerbert Xu-0/+3
2008-01-11[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_freeHerbert Xu-0/+77
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu-0/+2
2008-01-11[CRYPTO] skcipher: Added skcipher_givcrypt_completeHerbert Xu-0/+12
2008-01-11[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu-0/+18
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu-0/+9
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu-0/+51