summaryrefslogtreecommitdiffstats
path: root/include/crypto/algapi.h
AgeCommit message (Expand)AuthorLines
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan-1/+17
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert-0/+1
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert-0/+2
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller-0/+40
2009-10-19crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert-1/+0
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-11/+26
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu-0/+1
2009-07-24crypto: api - Fix aligned ctx helperHerbert Xu-6/+2
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu-0/+3
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu-4/+2
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu-1/+10
2009-07-08crypto: api - Add new style spawn supportHerbert Xu-0/+6
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu-0/+2
2009-07-07crypto: api - Add new template create functionHerbert Xu-0/+1
2008-12-25crypto: hash - Export shash through hashHerbert Xu-0/+5
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-01-11[CRYPTO] skcipher: Remove crypto_spawn_ablkcipherHerbert Xu-8/+0
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu-4/+18
2008-01-11[CRYPTO] api: Add crypto_attr_alg_nameHerbert Xu-0/+1
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
2007-10-10[CRYPTO] blkcipher: Added blkcipher_walk_virt_blockHerbert Xu-0/+4
2007-10-10[CRYPTO] aead: Add authencHerbert Xu-1/+43
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu-7/+7
2007-10-10[CRYPTO] api: Add aead crypto typeHerbert Xu-0/+6
2007-10-10[CRYPTO] api: Add crypto_ablkcipher_ctx_alignedSebastian Siewior-0/+5
2007-05-02[CRYPTO] cryptd: Add software async crypto daemonHerbert Xu-0/+15
2007-05-02[CRYPTO] api: Do not remove users unless new algorithm matchesHerbert Xu-1/+2
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu-0/+58
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu-3/+5
2007-02-07[CRYPTO] api: Allow multiple frontends per backendHerbert Xu-2/+2
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu-1/+19
2006-09-21[CRYPTO] digest: Added user API for new hash typeHerbert Xu-0/+6
2006-09-21[CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu-0/+2
2006-09-21[CRYPTO] cipher: Added block cipher typeHerbert Xu-0/+65
2006-09-21[CRYPTO] scatterwalk: Prepare for block ciphersHerbert Xu-0/+5
2006-09-21[CRYPTO] cipher: Added encrypt_one/decrypt_oneHerbert Xu-0/+5
2006-09-21[CRYPTO] api: Added crypto_type supportHerbert Xu-0/+8
2006-09-21[CRYPTO] api: Add common instance initialisation codeHerbert Xu-0/+5
2006-09-21[CRYPTO] api: Added spawnsHerbert Xu-0/+11
2006-09-21[CRYPTO] api: Add template registrationHerbert Xu-0/+31
2006-09-21[CRYPTO] api: Split out low-level APIHerbert Xu-0/+18