summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
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: 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-03-28crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan
2019-03-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-03-07crypto: caam - add missing put_device() callWen Yang
2019-03-07crypto: s5p-sss - fix AES support for Exynos5433Kamil Konieczny
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath
2019-02-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-28crypto: s5p - add AES support for Exynos5433Kamil Konieczny
2019-02-28crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall
2019-02-28crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers
2019-02-28crypto: caam - remove redundant likely/unlikely annotationChengguang Xu
2019-02-28crypto: s5p - update iv after AES-CBC op endKamil Konieczny
2019-02-28crypto: caam - generate hash keys in-placeHoria Geantă
2019-02-28crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă
2019-02-28crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND
2019-02-28crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberKrzysztof Kozlowski
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing
2019-02-22crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas
2019-02-22crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie
2019-02-22crypto: ccree - fix missing break in switch statementGustavo A. R. Silva
2019-02-22crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă
2019-02-22crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă
2019-02-22crypto: caam/qi2 - use affine DPIOsHoria Geantă
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu
2019-02-22crypto: ccree - add missing inline qualifierGilad Ben-Yossef