aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-04-10crypto: sha512-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: sha256-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: sha1-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: sha512 - implement base layer for SHA-512Ard Biesheuvel
2015-04-10crypto: sha256 - implement base layer for SHA-256Ard Biesheuvel
2015-04-10crypto: sha1 - implement base layer for SHA-1Ard Biesheuvel
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu
2015-03-23crypto: af_alg - Allow to link sglTadeusz Struk
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller
2014-12-05crypto: af_alg - add user space interface for AEADStephan Mueller
2014-11-17crypto: doc - document uncovered member variablesStephan Mueller
2014-11-13crypto: doc - SHASH API documentationStephan Mueller
2014-11-13crypto: doc - AHASH API documentationStephan Mueller
2014-11-13crypto: doc - hash data structuresStephan Mueller
2014-11-13crypto: doc - RNG API documentationStephan Mueller
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