aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2014-10-14crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells
2014-08-26crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller
2014-08-25crypto: drbg - remove configuration of fixed valuesStephan Mueller
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-01crypto: Resolve shadow warningsMark Rustad
2014-07-29PKCS#7: Use x509_request_asymmetric_key()David Howells
2014-07-08crypto: drbg - Mix a time stamp into DRBG stateStephan Mueller
2014-07-08PKCS#7: Find intersection between PKCS#7 message and known, trusted keysDavid Howells
2014-07-08PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells
2014-07-08PKCS#7: Implement a parser [RFC 2315]David Howells
2014-07-04crypto: drbg - use of kernel linked listStephan Mueller
2014-06-20crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna
2014-06-20crypto: drbg - header file for DRBGStephan Mueller
2014-06-20crypto: skcipher - Don't use __crypto_dequeue_request()Marek Vasut
2014-06-20crypto: api - Move crypto_yield() to algapi.hMarek Vasut
2014-05-21crypto: hash - Add real ahash walk interfaceHerbert Xu
2014-03-21crypto: export NULL algorithms definesHoria Geanta
2014-03-10crypto: allow blkcipher walks over AEAD dataArd Biesheuvel
2014-03-10crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel
2013-12-09crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky
2013-11-28crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin
2013-10-25crypto: provide single place for hash algo informationDmitry Kasatkin
2013-10-16crypto: authenc - Export key parsing helper functionMathias Krause
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan
2013-09-25KEYS: Store public key algo ID in public_key_signature structDavid Howells
2013-09-25KEYS: Store public key algo ID in public_key structDavid Howells
2013-09-25KEYS: Move the algorithm pointer array from x509 to public_key.cDavid Howells
2013-09-25KEYS: Rename public key parameter name arraysDavid Howells
2013-09-24crypto: create generic version of ablk_helperArd Biesheuvel
2013-08-21crypto: scatterwalk - Add support for calculating number of SG elementsJoel Fernandes
2013-04-25crypto: sha512 - Expose generic sha512 routine to be callable from other modulesTim Chen
2013-04-03crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-08KEYS: Provide signature verification with an asymmetric keyDavid Howells
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells
2012-09-07crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna
2012-09-07crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna
2012-08-01crypto: cast6 - prepare generic module for optimized implementationsJohannes Goetzfried
2012-08-01crypto: cast5 - prepare generic module for optimized implementationsJohannes Goetzfried
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang