summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: talitos - rename alternative AEAD algos.Christophe Leroy2019-07-141-8/+8
* crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-06-041-126/+86
* crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe2019-05-311-1/+4
* crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-05-311-1/+1
* crypto: ccree - handle tee fips error during power management resumeOfir Drang2019-05-221-1/+3
* crypto: ccree - add function to handle cryptocell tee fips errorOfir Drang2019-05-222-8/+17
* crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during suspendOfir Drang2019-05-221-1/+1
* crypto: ccree - pm resume first enable the source clkOfir Drang2019-05-221-2/+3
* crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef2019-05-223-4/+23
* crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef2019-05-221-2/+2
* crypto: ccree - don't map MAC key on stackGilad Ben-Yossef2019-05-221-3/+21
* crypto: ccree - fix mem leak on error pathGilad Ben-Yossef2019-05-221-6/+3
* crypto: ccree - remove special handling of chained sgGilad Ben-Yossef2019-05-221-76/+22
* crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie2019-05-221-7/+18
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-05-221-2/+2
* crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh2019-05-221-1/+1
* crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter2019-05-221-10/+21
* crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter2019-05-221-3/+9
* crypto: axis - fix for recursive locking from bottom halfLars Persson2019-04-201-5/+23
* crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers2019-04-051-2/+4
* crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall2019-04-051-1/+3
* crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2019-03-232-0/+35
* crypto: rockchip - fix scatterlist nents errorZhang Zhijie2019-03-234-5/+7
* crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef2019-03-231-1/+2
* crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef2019-03-231-1/+2
* crypto: ccree - fix free of unallocated mlli bufferHadar Gat2019-03-231-4/+4
* crypto: caam - fix DMA mapping of stack memoryHoria Geantă2019-03-231-64/+21
* crypto: caam - fixed handling of sg listPankaj Gupta2019-03-231-0/+1
* crypto: ccree - fix missing break in switch statementGustavo A. R. Silva2019-03-231-0/+1
* crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND2019-03-231-3/+5
* crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor2019-02-121-1/+1
* crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor2019-02-121-2/+2
* crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy2019-01-221-1/+4
* crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy2019-01-221-18/+7
* crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-222-31/+14
* crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-221-21/+19
* crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-221-6/+9
* crypto: chcr - small packet Tx stalls the queueAtul Gupta2019-01-091-1/+4
* crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang2019-01-093-10/+31
* crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry2018-11-211-10/+11
* crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry2018-11-211-4/+6
* crypto: caam - fix implicit casts in endianness helpersHoria Geantă2018-11-131-14/+14
* Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-3/+5
|\
| * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-3/+5
* | crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long2018-09-286-18/+18
* | crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez2018-09-281-23/+30
* | crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain2018-09-282-10/+24
* | crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-09-211-4/+4
* | crypto: ccp - add timeout support in the SEV commandBrijesh Singh2018-09-131-5/+41
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-2910-66/+87
|\