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