aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+143
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu1-2/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu1-0/+6
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu1-6/+0
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu1-0/+6
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu1-0/+10
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu1-0/+51
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu1-3/+8
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu1-0/+6
2009-07-14crypto: shash - Export async functionsHerbert Xu1-0/+3
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu1-1/+1
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu1-0/+5
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu1-0/+5
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu1-0/+5
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu1-1/+2
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu1-0/+2
2009-07-08crypto: shash - Add spawn supportHerbert Xu1-0/+14
2009-07-08crypto: shash - Add shash_instanceHerbert Xu1-0/+26
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven1-0/+28
2008-12-25crypto: hash - Export shash through hashHerbert Xu1-0/+3
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu1-5/+0
2008-12-25crypto: hash - Add shash interfaceHerbert Xu1-0/+8
2008-08-29crypto: rng - RNG interface and implementationNeil Horman1-0/+26
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu1-6/+0
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu1-0/+37
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu1-0/+41
2008-03-08[CRYPTO] skcipher: Fix section mismatchesHerbert Xu1-1/+1
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu1-0/+6
2008-01-11[CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu1-0/+13
2008-01-11[CRYPTO] null: Add null blkcipher algorithmHerbert Xu1-0/+5
2008-01-11[CRYPTO] aead: Create default givcipher instancesHerbert Xu1-0/+3
2008-01-11[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_freeHerbert Xu1-0/+77
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu1-0/+2
2008-01-11[CRYPTO] skcipher: Added skcipher_givcrypt_completeHerbert Xu1-0/+12
2008-01-11[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu1-0/+18
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu1-0/+9
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu1-0/+51