summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorLines
2013-12-09crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky-1/+1
2013-11-28crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky-0/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2/+59
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin-14/+4
2013-10-25crypto: provide single place for hash algo informationDmitry Kasatkin-0/+40
2013-10-16crypto: authenc - Export key parsing helper functionMathias Krause-1/+11
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan-1/+17
2013-09-25KEYS: Store public key algo ID in public_key_signature structDavid Howells-0/+1
2013-09-25KEYS: Store public key algo ID in public_key structDavid Howells-0/+1
2013-09-25KEYS: Move the algorithm pointer array from x509 to public_key.cDavid Howells-0/+1
2013-09-25KEYS: Rename public key parameter name arraysDavid Howells-3/+3
2013-09-24crypto: create generic version of ablk_helperArd Biesheuvel-0/+31
2013-08-21crypto: scatterwalk - Add support for calculating number of SG elementsJoel Fernandes-0/+2
2013-04-25crypto: sha512 - Expose generic sha512 routine to be callable from other modulesTim Chen-0/+3
2013-04-03crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen-0/+2
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna-10/+11
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi-0/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+108
2012-10-08KEYS: Provide signature verification with an asymmetric keyDavid Howells-0/+4
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells-0/+104
2012-09-07crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna-0/+5
2012-09-07crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna-0/+5
2012-08-01crypto: cast6 - prepare generic module for optimized implementationsJohannes Goetzfried-0/+23
2012-08-01crypto: cast5 - prepare generic module for optimized implementationsJohannes Goetzfried-0/+22
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna-0/+2
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert-0/+4
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang-25/+3
2011-11-21crypto: serpent-sse2 - add lrw supportJussi Kivilinna-0/+2
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert-0/+1
2011-11-09crypto: xts: add interface for parallelized cipher implementationsJussi Kivilinna-0/+27
2011-11-09crypto: twofish-x86_64-3way - add lrw supportJussi Kivilinna-0/+2
2011-11-09crypto: lrw - add interface for parallelized cipher implementionsJussi Kivilinna-0/+43
2011-11-09crypto: serpent - export common functions for x86_64/i386-sse2 assembler impl...Jussi Kivilinna-0/+25
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert-0/+2
2011-09-22crypto: blowfish - split generic and common c codeJussi Kivilinna-0/+23
2011-08-16crypto: sha - Fix build error due to crypto_sha1_updateHerbert Xu-0/+2
2011-08-10crypto: sha1 - export sha1_update for reuseMathias Krause-0/+3
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2011-01-07crypto: padlock - Move padlock.h into include/cryptoHerbert Xu-0/+29
2010-12-02crypto: scatterwalk - Add scatterwalk_crypto_chain helperSteffen Klassert-0/+15
2010-11-19crypto: af_alg - User-space interface for Crypto APIHerbert Xu-0/+92
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-2/+2
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban-0/+24
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