aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-10-21crypto: Add a report function pointer to crypto_typeGravatar Steffen Klassert 1-0/+2
2011-09-22crypto: blowfish - split generic and common c codeGravatar Jussi Kivilinna 1-0/+23
2011-08-16crypto: sha - Fix build error due to crypto_sha1_updateGravatar Herbert Xu 1-0/+2
2011-08-10crypto: sha1 - export sha1_update for reuseGravatar Mathias Krause 1-0/+3
2011-06-21net: remove mm.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-01-07crypto: padlock - Move padlock.h into include/cryptoGravatar Herbert Xu 1-0/+29
2010-12-02crypto: scatterwalk - Add scatterwalk_crypto_chain helperGravatar Steffen Klassert 1-0/+15
2010-11-19crypto: af_alg - User-space interface for Crypto APIGravatar Herbert Xu 1-0/+92
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-2/+2
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-2/+2
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdGravatar Adrian Hoban 1-0/+24
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesGravatar David S. Miller 1-0/+40
2010-01-17crypto: md5 - Add export supportGravatar Max Vozeler 1-0/+17
2010-01-07crypto: pcrypt - Add pcrypt crypto parallelization wrapperGravatar Steffen Klassert 1-0/+51
2009-10-19crypto: hash - Remove legacy hash/digest codeGravatar Benjamin Gilbert 1-1/+0
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationGravatar Huang Ying 1-0/+1
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 6-63/+366
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportGravatar Shane Wang 1-0/+61
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testGravatar Herbert Xu 2-2/+3
2009-08-06crypto: cryptd - Add support to access underlaying shashGravatar Huang Ying 1-0/+17
2009-07-24crypto: api - Fix aligned ctx helperGravatar Herbert Xu 1-6/+2
2009-07-22crypto: sha512_generic - Use 64-bit countersGravatar Herbert Xu 1-3/+3
2009-07-22crypto: sha512 - Export struct sha512_stateGravatar Herbert Xu 1-0/+6
2009-07-15crypto: shash - Fix digest size offsetGravatar Herbert Xu 1-1/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsGravatar Herbert Xu 2-15/+14
2009-07-14crypto: ahash - Remove old_ahash_algGravatar Herbert Xu 2-8/+1
2009-07-14crypto: crypto4xx - Switch to new style ahashGravatar Herbert Xu 1-0/+6
2009-07-14crypto: cryptd - Switch to template create APIGravatar Herbert Xu 1-0/+3
2009-07-14crypto: hash - Add helpers to free spawnsGravatar Herbert Xu 1-0/+10
2009-07-14crypto: ahash - Add instance/spawn supportGravatar Herbert Xu 1-0/+51
2009-07-14crypto: ahash - Convert to new style algorithmsGravatar Herbert Xu 2-34/+86
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmGravatar Herbert Xu 1-4/+2
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeGravatar Herbert Xu 1-0/+6
2009-07-14crypto: shash - Export async functionsGravatar Herbert Xu 1-0/+3
2009-07-14crypto: shash - Make descsize a run-time attributeGravatar Herbert Xu 2-2/+3
2009-07-12crypto: async - Use kzfree for requestsGravatar Herbert Xu 1-1/+1
2009-07-11crypto: sha256_generic - Add export/import supportGravatar Herbert Xu 1-0/+6
2009-07-11crypto: sha1_generic - Add export/import supportGravatar Herbert Xu 1-0/+8
2009-07-11crypto: shash - Export/import hash state onlyGravatar Herbert Xu 1-4/+14
2009-07-09crypto: shash - Add shash_instance_ctxGravatar Herbert Xu 1-0/+5
2009-07-08crypto: shash - Add __crypto_shash_castGravatar Herbert Xu 1-0/+5
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedGravatar Herbert Xu 1-0/+5
2009-07-08crypto: shash - Add shash_register_instanceGravatar Herbert Xu 1-1/+2
2009-07-08crypto: shash - Add shash_attr_alg2 helperGravatar Herbert Xu 1-0/+2
2009-07-08crypto: api - Add crypto_attr_alg2 helperGravatar Herbert Xu 1-1/+10
2009-07-08crypto: shash - Add spawn supportGravatar Herbert Xu 1-0/+14
2009-07-08crypto: api - Add new style spawn supportGravatar Herbert Xu 1-0/+6
2009-07-08crypto: shash - Add shash_instanceGravatar Herbert Xu 1-0/+26
2009-07-07crypto: api - Add crypto_alloc_instance2Gravatar Herbert Xu 1-0/+2
2009-07-07crypto: api - Add new template create functionGravatar Herbert Xu 1-0/+1