summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)Author
2019-07-26crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-07-26crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang
2019-07-26crypto: ccp/gcm - use const time tag comparison.Cfir Cohen
2019-07-26crypto: ccp - memset structure fields to zero before reuseHook, Gary
2019-07-26crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter
2019-07-26crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter
2019-07-26crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter
2019-07-26crypto: ccp - Validate the the error value used to index error messagesHook, Gary
2019-07-26crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart
2019-07-26crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy
2019-07-26crypto: talitos - properly handle split ICV.Christophe Leroy
2019-07-26crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy
2019-07-21crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni
2019-07-21crypto: talitos - fix hash on SEC1.Christophe Leroy
2019-07-21crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy
2019-07-14crypto: talitos - rename alternative AEAD algos.Christophe Leroy
2019-06-04crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens
2019-05-31crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe
2019-05-31crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens
2019-05-22crypto: ccree - handle tee fips error during power management resumeOfir Drang
2019-05-22crypto: ccree - add function to handle cryptocell tee fips errorOfir Drang
2019-05-22crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during suspendOfir Drang
2019-05-22crypto: ccree - pm resume first enable the source clkOfir Drang
2019-05-22crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef
2019-05-22crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef
2019-05-22crypto: ccree - don't map MAC key on stackGilad Ben-Yossef
2019-05-22crypto: ccree - fix mem leak on error pathGilad Ben-Yossef
2019-05-22crypto: ccree - remove special handling of chained sgGilad Ben-Yossef
2019-05-22crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie
2019-05-22crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens
2019-05-22crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh
2019-05-22crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter
2019-05-22crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter
2019-04-20crypto: axis - fix for recursive locking from bottom halfLars Persson
2019-04-05crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers
2019-04-05crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall
2019-03-23crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie
2019-03-23crypto: rockchip - fix scatterlist nents errorZhang Zhijie
2019-03-23crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef
2019-03-23crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef
2019-03-23crypto: ccree - fix free of unallocated mlli bufferHadar Gat
2019-03-23crypto: caam - fix DMA mapping of stack memoryHoria Geantă
2019-03-23crypto: caam - fixed handling of sg listPankaj Gupta
2019-03-23crypto: ccree - fix missing break in switch statementGustavo A. R. Silva
2019-03-23crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND
2019-02-12crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor
2019-02-12crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor
2019-01-22crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy
2019-01-22crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy
2019-01-22crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers