aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2014-09-05crypto: drbg - backport "fix maximum value checks on 32 bit systems"Gravatar Herbert Xu 1-0/+13
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-0/+40
2014-08-01crypto: Resolve shadow warningsGravatar Mark Rustad 3-6/+6
2014-07-29PKCS#7: Use x509_request_asymmetric_key()Gravatar David Howells 1-0/+4
2014-07-08crypto: drbg - Mix a time stamp into DRBG stateGravatar Stephan Mueller 1-1/+1
2014-07-08PKCS#7: Find intersection between PKCS#7 message and known, trusted keysGravatar David Howells 1-0/+8
2014-07-08PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureGravatar David Howells 1-0/+5
2014-07-08PKCS#7: Implement a parser [RFC 2315]Gravatar David Howells 1-0/+23
2014-07-04crypto: drbg - use of kernel linked listGravatar Stephan Mueller 1-3/+4
2014-06-20crypto: des_3des - add x86-64 assembly implementationGravatar Jussi Kivilinna 1-0/+3
2014-06-20crypto: drbg - header file for DRBGGravatar Stephan Mueller 1-0/+289
2014-06-20crypto: skcipher - Don't use __crypto_dequeue_request()Gravatar Marek Vasut 1-2/+1
2014-06-20crypto: api - Move crypto_yield() to algapi.hGravatar Marek Vasut 2-6/+6
2014-05-21crypto: hash - Add real ahash walk interfaceGravatar Herbert Xu 1-0/+13
2014-03-21crypto: export NULL algorithms definesGravatar Horia Geanta 1-0/+11
2014-03-10crypto: allow blkcipher walks over AEAD dataGravatar Ard Biesheuvel 1-0/+4
2014-03-10crypto: remove direct blkcipher_walk dependency on transformGravatar Ard Biesheuvel 1-1/+4
2013-12-09crypto: scatterwalk - Use sg_chain_ptr on chain entriesGravatar Tom Lendacky 1-1/+1
2013-11-28crypto: scatterwalk - Set the chain pointer indication bitGravatar Tom Lendacky 1-0/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-2/+59
2013-10-25keys: change asymmetric keys to use common hash definitionsGravatar Dmitry Kasatkin 1-14/+4
2013-10-25crypto: provide single place for hash algo informationGravatar Dmitry Kasatkin 1-0/+40
2013-10-16crypto: authenc - Export key parsing helper functionGravatar Mathias Krause 1-1/+11
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksGravatar James Yonan 1-1/+17
2013-09-25KEYS: Store public key algo ID in public_key_signature structGravatar David Howells 1-0/+1
2013-09-25KEYS: Store public key algo ID in public_key structGravatar David Howells 1-0/+1
2013-09-25KEYS: Move the algorithm pointer array from x509 to public_key.cGravatar David Howells 1-0/+1
2013-09-25KEYS: Rename public key parameter name arraysGravatar David Howells 1-3/+3
2013-09-24crypto: create generic version of ablk_helperGravatar Ard Biesheuvel 1-0/+31
2013-08-21crypto: scatterwalk - Add support for calculating number of SG elementsGravatar Joel Fernandes 1-0/+2
2013-04-25crypto: sha512 - Expose generic sha512 routine to be callable from other modulesGravatar Tim Chen 1-0/+3
2013-04-03crypto: sha256 - Expose SHA256 generic routine to be callable externally.Gravatar Tim Chen 1-0/+2
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleGravatar Jussi Kivilinna 3-10/+11
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedGravatar Salman Qazi 1-0/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+108
2012-10-08KEYS: Provide signature verification with an asymmetric keyGravatar David Howells 1-0/+4
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeGravatar David Howells 1-0/+104
2012-09-07crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?)Gravatar Jussi Kivilinna 1-0/+5
2012-09-07crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?)Gravatar Jussi Kivilinna 1-0/+5
2012-08-01crypto: cast6 - prepare generic module for optimized implementationsGravatar Johannes Goetzfried 1-0/+23
2012-08-01crypto: cast5 - prepare generic module for optimized implementationsGravatar Johannes Goetzfried 1-0/+22
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Gravatar Jussi Kivilinna 1-0/+2
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorGravatar Steffen Klassert 2-0/+4
2012-03-20crypto: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-25/+3
2011-11-21crypto: serpent-sse2 - add lrw supportGravatar Jussi Kivilinna 1-0/+2
2011-11-09crypto: Unlink and free instances when deletedGravatar Steffen Klassert 1-0/+1
2011-11-09crypto: xts: add interface for parallelized cipher implementationsGravatar Jussi Kivilinna 1-0/+27
2011-11-09crypto: twofish-x86_64-3way - add lrw supportGravatar Jussi Kivilinna 1-0/+2
2011-11-09crypto: lrw - add interface for parallelized cipher implementionsGravatar Jussi Kivilinna 1-0/+43
2011-11-09crypto: serpent - export common functions for x86_64/i386-sse2 assembler impl...Gravatar Jussi Kivilinna 1-0/+25