summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorLines
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller-0/+40
2010-01-17crypto: md5 - Add export supportMax Vozeler-0/+17
2010-01-07crypto: pcrypt - Add pcrypt crypto parallelization wrapperSteffen Klassert-0/+51
2009-10-19crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert-1/+0
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying-0/+1
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-63/+366
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang-0/+61
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu-2/+3
2009-08-06crypto: cryptd - Add support to access underlaying shashHuang Ying-0/+17
2009-07-24crypto: api - Fix aligned ctx helperHerbert Xu-6/+2
2009-07-22crypto: sha512_generic - Use 64-bit countersHerbert Xu-3/+3
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu-0/+6
2009-07-15crypto: shash - Fix digest size offsetHerbert Xu-1/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu-15/+14
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu-8/+1
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu-0/+6
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu-0/+3
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu-0/+10
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu-0/+51
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu-34/+86
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu-4/+2
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu-0/+6
2009-07-14crypto: shash - Export async functionsHerbert Xu-0/+3
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu-2/+3
2009-07-12crypto: async - Use kzfree for requestsHerbert Xu-1/+1
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu-0/+6
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu-0/+8
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu-4/+14
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu-0/+5
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu-0/+5
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu-0/+5
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu-1/+2
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu-0/+2
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu-1/+10
2009-07-08crypto: shash - Add spawn supportHerbert Xu-0/+14
2009-07-08crypto: api - Add new style spawn supportHerbert Xu-0/+6
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