summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook2017-05-201-44/+67
* crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook2017-05-203-50/+75
* crypto: ccp - Disable interrupts early on unloadGary R Hook2017-05-201-2/+2
* crypto: ccp - Use only the relevant interrupt bitsGary R Hook2017-05-202-7/+7
* crypto: s5p-sss - Close possible race for completed requestsKrzysztof Kozlowski2017-05-201-2/+3
* crypto: caam - don't dma_map key for hash algorithmsHoria Geantă2017-05-141-17/+1
* crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă2017-05-141-1/+6
* crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă2017-04-181-1/+1
* crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-181-1/+2
* crypto: ccp - Make some CCP DMA channels privateGary R Hook2017-04-083-0/+47
* crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-302-1/+5
* crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski2017-03-221-45/+82
* crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo2017-03-121-16/+16
* crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo2017-03-121-23/+24
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-069-40/+50
|\
| * crypto: chcr - Fix key length for RFC4106Harsh Jain2017-02-031-2/+2
| * crypto: ccp - Fix double add when creating new DMA commandGary R Hook2017-02-032-1/+6
| * crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook2017-02-031-1/+1
| * crypto: chcr - Check device is allocated before useHarsh Jain2017-02-031-10/+8
| * crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain2017-02-032-23/+29
| * crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2017-02-021-2/+2
| * crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2017-02-022-1/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-273-3/+43
|\ \ | |/ |/|
| * crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-163-3/+43
* | crypto: add virtio-crypto driverGonglei2016-12-168-0/+1426
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1440-2039/+4122
|\|
| * crypto: chcr - checking for IS_ERR() instead of NULLDan Carpenter2016-12-071-9/+8
| * crypto: caam - check caam_emi_slow instead of re-lookup platformMarcus Folkesson2016-12-071-3/+3
| * crypto: caam - make aamalg_desc a proper moduleArnd Bergmann2016-12-012-1/+5
| * crypto: caam - pass key buffers with typesafe pointersArnd Bergmann2016-12-013-59/+62
| * crypto: chcr - Add AEAD algos.Harsh Jain2016-11-306-41/+1558
| * crypto: chcr - Move tfm ctx variable to request contextHarsh Jain2016-11-302-18/+17
| * crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain2016-11-302-38/+27
| * crypto: chcr - Adjust Dest. buffer sizeHarsh Jain2016-11-301-30/+20
| * crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain2016-11-302-30/+24
| * crypto: chcr - Remove dynamic allocationHarsh Jain2016-11-302-32/+45
| * crypto: chcr - Fixes Unchecked dereference inside functionHarsh Jain2016-11-301-1/+2
| * crypto: chcr - Added new structure chcr_wrHarsh Jain2016-11-304-149/+140
| * crypto: chcr - Cosmetic changeHarsh Jain2016-11-302-58/+53
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-302-1/+11
| |\
| * | crypto: caam - refactor ahash shared descriptor generationHoria Geantă2016-11-281-94/+36
| * | crypto: caam - consolidate split key length computationHoria Geantă2016-11-284-45/+53
| * | crypto: caam - refactor encryption descriptors generationHoria Geantă2016-11-285-1072/+1440
| * | crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAMHoria Geantă2016-11-281-4/+4
| * | crypto: caam - rewrite some generic inline append cmdsHoria Geantă2016-11-282-14/+14
| * | crypto: caam - improve key inliningHoria Geantă2016-11-282-53/+116
| * | crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă2016-11-284-81/+13
| * | crypto: caam - group algorithm related paramsHoria Geantă2016-11-285-205/+274
| * | crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă2016-11-281-18/+12
| * | crypto: vmx - various build fixesNaveen N. Rao2016-11-171-5/+7
OpenPOWER on IntegriCloud