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