aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu
2009-07-08crypto: shash - Add spawn supportHerbert Xu
2009-07-08crypto: api - Add new style spawn supportHerbert Xu
2009-07-08crypto: shash - Add shash_instanceHerbert Xu
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu
2009-07-07crypto: api - Add new template create functionHerbert Xu
2009-03-04crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven
2009-02-19crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying
2009-02-18crypto: shash - Add crypto_shash_blocksizeHerbert Xu
2009-02-18crypto: cryptd - Add support to access underlying blkcipherHuang Ying
2009-02-18crypto: aes - Move key_length in struct crypto_aes_ctx to be the last fieldHuang Ying
2009-02-05crypto: shash - Fix tfm destructionHerbert Xu
2008-12-25crypto: aes - Precompute tablesHerbert Xu
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-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu
2008-12-25crypto: api - Move type exit function into crypto_tfmHerbert Xu
2008-08-29crypto: rng - RNG interface and implementationNeil Horman
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu
2008-08-13crypto: hash - Add missing top-level functionsHerbert Xu
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho
2008-05-01[CRYPTO] api: Fix scatterwalk_sg_chainHerbert Xu
2008-04-21[CRYPTO] aes: Export generic setkeySebastian Siewior
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] api: Include sched.h for cond_resched in scatterwalk.hHerbert 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] aead: Add top-level givencrypt/givdecrypt callsHerbert Xu
2008-01-11[CRYPTO] aead: Add givcrypt operationsHerbert Xu
2008-01-11[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt callsHerbert Xu
2008-01-11[CRYPTO] skcipher: Remove crypto_spawn_ablkcipherHerbert 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
2008-01-11[CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu
2008-01-11[CRYPTO] api: Add crypto_attr_alg_nameHerbert Xu
2008-01-11[CRYPTO] scatterwalk: Restore custom sg chaining for nowHerbert Xu
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu
2008-01-11[CRYPTO] authenc: Move enckeylen into key itselfHerbert Xu
2008-01-11[CRYPTO] api: Add crypto_inc and crypto_xorHerbert Xu
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu