aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert
2011-09-22crypto: blowfish - split generic and common c codeJussi Kivilinna
2011-08-16crypto: sha - Fix build error due to crypto_sha1_updateHerbert Xu
2011-08-10crypto: sha1 - export sha1_update for reuseMathias Krause
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-01-07crypto: padlock - Move padlock.h into include/cryptoHerbert Xu
2010-12-02crypto: scatterwalk - Add scatterwalk_crypto_chain helperSteffen Klassert
2010-11-19crypto: af_alg - User-space interface for Crypto APIHerbert Xu
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller
2010-01-17crypto: md5 - Add export supportMax Vozeler
2010-01-07crypto: pcrypt - Add pcrypt crypto parallelization wrapperSteffen Klassert
2009-10-19crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu
2009-08-06crypto: cryptd - Add support to access underlaying shashHuang Ying
2009-07-24crypto: api - Fix aligned ctx helperHerbert Xu
2009-07-22crypto: sha512_generic - Use 64-bit countersHerbert Xu
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu
2009-07-15crypto: shash - Fix digest size offsetHerbert Xu
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu
2009-07-14crypto: shash - Export async functionsHerbert Xu
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu
2009-07-12crypto: async - Use kzfree for requestsHerbert Xu
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu
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