aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)Author
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: caam/qi2 - generate hash keys in-placeHoria Geantă
2019-05-22crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă
2019-05-22crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă
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-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-22crypto: ccree - add missing inline qualifierGilad Ben-Yossef
2019-02-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-08crypto: ccree - fix resume race condition on initGilad Ben-Yossef
2019-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-01-25crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela
2019-01-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy
2019-01-10crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă
2019-01-10crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers
2019-01-10crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers