summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorLines
2009-07-08crypto: shash - Add shash_instanceHerbert Xu-0/+26
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu-0/+2
2009-07-07crypto: api - Add new template create functionHerbert Xu-0/+1
2009-03-04crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven-0/+20
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven-0/+153
2009-02-19crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying-0/+7
2009-02-18crypto: shash - Add crypto_shash_blocksizeHerbert Xu-0/+5
2009-02-18crypto: cryptd - Add support to access underlying blkcipherHuang Ying-0/+27
2009-02-18crypto: aes - Move key_length in struct crypto_aes_ctx to be the last fieldHuang Ying-1/+5
2009-02-05crypto: shash - Fix tfm destructionHerbert Xu-1/+1
2008-12-25crypto: aes - Precompute tablesHerbert Xu-4/+4
2008-12-25crypto: hash - Export shash through hashHerbert Xu-0/+8
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu-5/+21
2008-12-25crypto: hash - Add shash interfaceHerbert Xu-0/+112
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu-0/+10
2008-12-25crypto: api - Move type exit function into crypto_tfmHerbert Xu-1/+0
2008-08-29crypto: rng - RNG interface and implementationNeil Horman-0/+101
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu-6/+0
2008-08-13crypto: hash - Add missing top-level functionsHerbert Xu-0/+18
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu-36/+191
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu-0/+41
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho-0/+36
2008-05-01[CRYPTO] api: Fix scatterwalk_sg_chainHerbert Xu-0/+4
2008-04-21[CRYPTO] aes: Export generic setkeySebastian Siewior-2/+6
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] api: Include sched.h for cond_resched in scatterwalk.hHerbert Xu-0/+1
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] aead: Add top-level givencrypt/givdecrypt callsHerbert Xu-0/+67
2008-01-11[CRYPTO] aead: Add givcrypt operationsHerbert Xu-0/+38
2008-01-11[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt callsHerbert Xu-0/+72
2008-01-11[CRYPTO] skcipher: Remove crypto_spawn_ablkcipherHerbert Xu-8/+0
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/+47
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu-4/+69
2008-01-11[CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu-0/+20
2008-01-11[CRYPTO] api: Add crypto_attr_alg_nameHerbert Xu-0/+1
2008-01-11[CRYPTO] scatterwalk: Restore custom sg chaining for nowHerbert Xu-0/+11
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu-0/+107
2008-01-11[CRYPTO] authenc: Move enckeylen into key itselfHerbert Xu-0/+27
2008-01-11[CRYPTO] api: Add crypto_inc and crypto_xorHerbert Xu-0/+4
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu-2/+2
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch-0/+12
2008-01-11[CRYPTO] aes-generic: Make key generation exportableSebastian Siewior-0/+16
2008-01-11[CRYPTO] aes: Move common defines into a header fileSebastian Siewior-0/+15