aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Michael Bestas2018-06-091-0/+62
|\
| * FROMGIT: crypto: speck - export common helpersEric Biggers2018-02-221-0/+62
* | Merge tag 'v3.18.111' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Michael Bestas2018-05-312-0/+11
|\|
| * crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-161-0/+2
| * crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2018-01-021-0/+1
| * crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-12-201-0/+8
* | Merge tag 'google-common-android-3.18' into 'msm-3.18'Imran Khan2017-08-111-0/+10
|\|
| * crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-221-0/+10
* | Merge tag 'lsk-v3.18-16.04-android' into 'msm-3.18'Imran Khan2016-06-092-5/+13
|\|
| * crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-091-0/+1
| * crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-091-0/+7
| * crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-091-0/+2
| * crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-091-5/+3
* | crypto: ice: split the config callbackGilad Broner2016-03-201-2/+2
* | PFK: fix race between key set and key invalidate in TZGilad Broner2016-03-201-3/+4
* | crypto: ice: general driver clean-upGilad Broner2015-12-011-27/+1
* | crypto: ice: Make ICE init & reset API synchronousDinesh K Garg2015-10-281-9/+1
* | crypto: ice: Add an interface to dump ICE registerDinesh K Garg2015-09-181-0/+1
* | crypto: ice: Fix ICE key index typeDinesh K Garg2015-07-281-1/+1
* | crypto: ice: fix compilation errorDov Levenglick2015-07-051-1/+1
* | crypto: ice: Add support of new interrupts for ICEDinesh K Garg2015-06-161-0/+12
* | msm: qseecom: Use ICE API to setup ICE for key configurationDinesh K Garg2015-06-081-0/+8
* | qcom: ice: Expose an API to setup ICE hardwareDinesh K Garg2015-06-051-1/+2
* | crypto: qcom: Adding support of Inline Crypto Engine (ICE)Dinesh K Garg2015-05-301-0/+90
|/
* crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster2014-10-141-0/+5
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-2/+4
|\
| * KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin2014-10-061-1/+2
| * KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-161-2/+3
* | crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller2014-08-261-0/+13
* | crypto: drbg - remove configuration of fixed valuesStephan Mueller2014-08-251-13/+6
* | crypto: sha-mb - multibuffer crypto infrastructureTim Chen2014-08-252-0/+121
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-062-0/+40
|\|
| * PKCS#7: Use x509_request_asymmetric_key()David Howells2014-07-291-0/+4
| * PKCS#7: Find intersection between PKCS#7 message and known, trusted keysDavid Howells2014-07-081-0/+8
| * PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells2014-07-081-0/+5
| * PKCS#7: Implement a parser [RFC 2315]David Howells2014-07-081-0/+23
* | crypto: Resolve shadow warningsMark Rustad2014-08-013-6/+6
* | crypto: drbg - Mix a time stamp into DRBG stateStephan Mueller2014-07-081-1/+1
* | crypto: drbg - use of kernel linked listStephan Mueller2014-07-041-3/+4
* | crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna2014-06-201-0/+3
* | crypto: drbg - header file for DRBGStephan Mueller2014-06-201-0/+289
* | crypto: skcipher - Don't use __crypto_dequeue_request()Marek Vasut2014-06-201-2/+1
* | crypto: api - Move crypto_yield() to algapi.hMarek Vasut2014-06-202-6/+6
|/
* crypto: hash - Add real ahash walk interfaceHerbert Xu2014-05-211-0/+13
* crypto: export NULL algorithms definesHoria Geanta2014-03-211-0/+11
* crypto: allow blkcipher walks over AEAD dataArd Biesheuvel2014-03-101-0/+4
* crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel2014-03-101-1/+4
* crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky2013-12-091-1/+1
* crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky2013-11-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-233-2/+59
|\