aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+2
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro1-2/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-9/+1
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller1-0/+1
2014-12-05crypto: af_alg - add user space interface for AEADStephan Mueller1-0/+1
2014-11-17crypto: doc - document uncovered member variablesStephan Mueller1-1/+6
2014-11-13crypto: doc - SHASH API documentationStephan Mueller1-0/+164
2014-11-13crypto: doc - AHASH API documentationStephan Mueller1-0/+228
2014-11-13crypto: doc - hash data structuresStephan Mueller1-0/+95
2014-11-13crypto: doc - RNG API documentationStephan Mueller1-0/+80
2014-10-14crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster1-0/+5
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+4
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin1-1/+2
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells1-2/+3
2014-08-26crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller1-0/+13
2014-08-25crypto: drbg - remove configuration of fixed valuesStephan Mueller1-13/+6
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen2-0/+121
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-0/+40
2014-08-01crypto: Resolve shadow warningsMark Rustad3-6/+6
2014-07-29PKCS#7: Use x509_request_asymmetric_key()David Howells1-0/+4
2014-07-08crypto: drbg - Mix a time stamp into DRBG stateStephan Mueller1-1/+1
2014-07-08PKCS#7: Find intersection between PKCS#7 message and known, trusted keysDavid Howells1-0/+8
2014-07-08PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells1-0/+5
2014-07-08PKCS#7: Implement a parser [RFC 2315]David Howells1-0/+23
2014-07-04crypto: drbg - use of kernel linked listStephan Mueller1-3/+4
2014-06-20crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna1-0/+3
2014-06-20crypto: drbg - header file for DRBGStephan Mueller1-0/+289
2014-06-20crypto: skcipher - Don't use __crypto_dequeue_request()Marek Vasut1-2/+1
2014-06-20crypto: api - Move crypto_yield() to algapi.hMarek Vasut2-6/+6
2014-05-21crypto: hash - Add real ahash walk interfaceHerbert Xu1-0/+13
2014-03-21crypto: export NULL algorithms definesHoria Geanta1-0/+11
2014-03-10crypto: allow blkcipher walks over AEAD dataArd Biesheuvel1-0/+4
2014-03-10crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel1-1/+4
2013-12-09crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky1-1/+1
2013-11-28crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky1-0/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-2/+59
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin1-14/+4
2013-10-25crypto: provide single place for hash algo informationDmitry Kasatkin1-0/+40
2013-10-16crypto: authenc - Export key parsing helper functionMathias Krause1-1/+11
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan1-1/+17
2013-09-25KEYS: Store public key algo ID in public_key_signature structDavid Howells1-0/+1
2013-09-25KEYS: Store public key algo ID in public_key structDavid Howells1-0/+1
2013-09-25KEYS: Move the algorithm pointer array from x509 to public_key.cDavid Howells1-0/+1
2013-09-25KEYS: Rename public key parameter name arraysDavid Howells1-3/+3
2013-09-24crypto: create generic version of ablk_helperArd Biesheuvel1-0/+31
2013-08-21crypto: scatterwalk - Add support for calculating number of SG elementsJoel Fernandes1-0/+2
2013-04-25crypto: sha512 - Expose generic sha512 routine to be callable from other modulesTim Chen1-0/+3
2013-04-03crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen1-0/+2
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna3-10/+11
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi1-0/+2