summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook2019-08-161-2/+1Star
* crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2019-08-162-5/+35
* crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook2019-08-161-2/+2
* crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-07-261-6/+9
* crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang2019-07-261-1/+0Star
* crypto: ccp/gcm - use const time tag comparison.Cfir Cohen2019-07-261-1/+2
* crypto: ccp - memset structure fields to zero before reuseHook, Gary2019-07-261-1/+11
* crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-07-263-23/+39
* crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter2019-07-261-2/+2
* crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter2019-07-261-2/+2
* crypto: ccp - Validate the the error value used to index error messagesHook, Gary2019-07-262-46/+52
* crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart2019-07-261-6/+18
* crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy2019-07-261-1/+4
* crypto: talitos - properly handle split ICV.Christophe Leroy2019-07-261-11/+15
* crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-07-261-0/+4
* crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni2019-07-211-3/+5
* crypto: talitos - fix hash on SEC1.Christophe Leroy2019-07-211-28/+41
* crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2019-07-212-30/+30
* crypto: talitos - rename alternative AEAD algos.Christophe Leroy2019-07-141-8/+8
* crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-06-041-126/+86Star
* 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/+3Star
* crypto: ccree - remove special handling of chained sgGilad Ben-Yossef2019-05-221-76/+22Star
* 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/+21Star
* 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