aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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: api - Add crypto_attr_alg2 helperHerbert Xu1-1/+10
2009-07-08crypto: shash - Add spawn supportHerbert Xu1-0/+14
2009-07-08crypto: api - Add new style spawn supportHerbert Xu1-0/+6
2009-07-08crypto: shash - Add shash_instanceHerbert Xu1-0/+26
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu1-0/+2
2009-07-07crypto: api - Add new template create functionHerbert Xu1-0/+1
2009-03-04crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven1-0/+20
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven2-0/+153
2009-02-19crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying1-0/+7
2009-02-18crypto: shash - Add crypto_shash_blocksizeHerbert Xu1-0/+5
2009-02-18crypto: cryptd - Add support to access underlying blkcipherHuang Ying1-0/+27
2009-02-18crypto: aes - Move key_length in struct crypto_aes_ctx to be the last fieldHuang Ying1-1/+5
2009-02-05crypto: shash - Fix tfm destructionHerbert Xu1-1/+1
2008-12-25crypto: aes - Precompute tablesHerbert Xu1-4/+4
2008-12-25crypto: hash - Export shash through hashHerbert Xu2-0/+8
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu2-5/+21
2008-12-25crypto: hash - Add shash interfaceHerbert Xu2-0/+112
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu1-0/+10
2008-12-25crypto: api - Move type exit function into crypto_tfmHerbert Xu1-1/+0
2008-08-29crypto: rng - RNG interface and implementationNeil Horman2-0/+101
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu1-6/+0
2008-08-13crypto: hash - Add missing top-level functionsHerbert Xu1-0/+18
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu3-36/+191
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu1-0/+41
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho1-0/+36
2008-05-01[CRYPTO] api: Fix scatterwalk_sg_chainHerbert Xu1-0/+4
2008-04-21[CRYPTO] aes: Export generic setkeySebastian Siewior1-2/+6
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] api: Include sched.h for cond_resched in scatterwalk.hHerbert Xu1-0/+1
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] aead: Add top-level givencrypt/givdecrypt callsHerbert Xu1-0/+67
2008-01-11[CRYPTO] aead: Add givcrypt operationsHerbert Xu1-0/+38
2008-01-11[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt callsHerbert Xu1-0/+72
2008-01-11[CRYPTO] skcipher: Remove crypto_spawn_ablkcipherHerbert Xu1-8/+0
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 Xu2-0/+47
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu2-4/+69
2008-01-11[CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu1-0/+20
2008-01-11[CRYPTO] api: Add crypto_attr_alg_nameHerbert Xu1-0/+1
2008-01-11[CRYPTO] scatterwalk: Restore custom sg chaining for nowHerbert Xu1-0/+11
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu1-0/+107