summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2019-08-22crypto: cpt/des - switch to new verification routinesArd Biesheuvel-21/+5
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel-92/+31
2019-08-22crypto: bcm/des - switch to new verification routinesArd Biesheuvel-62/+17
2019-08-22crypto: atmel/des - switch to new verification routinesArd Biesheuvel-21/+7
2019-08-22crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook-0/+8
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-9/+44
2019-08-15crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unitPhani Kiran Hemadri-17/+265
2019-08-15crypto: cavium/nitrox - Allocate asymmetric crypto command queuesPhani Kiran Hemadri-1/+99
2019-08-15crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă-4/+3
2019-08-15crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang-2/+4
2019-08-15crypto: hisilicon - add missing single_releaseZhou Wang-0/+1
2019-08-15crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang-1/+1
2019-08-15crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIPZhou Wang-0/+1
2019-08-15crypto: hisilicon - fix kbuild warningsZhou Wang-3/+3
2019-08-10Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+6
2019-08-09crypto: ux500/crypt: Mark expected switch fall-throughsGustavo A. R. Silva-0/+6
2019-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-9/+38
2019-08-09crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas-7/+0
2019-08-09crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas-0/+2
2019-08-09crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: qce - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing-6/+2
2019-08-09crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: picoxcell - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+2
2019-08-09crypto: mediatek - use devm_platform_ioremap_resource() to simplify codeYueHaibing-2/+1
2019-08-09crypto: inside-secure - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: artpec6 - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-09crypto: hisilicon - add debugfs for ZIP and QMZhou Wang-1/+704
2019-08-09crypto: hisilicon - add SRIOV support for ZIPZhou Wang-25/+226
2019-08-09crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang-0/+1237
2019-08-09crypto: hisilicon - add hardware SGL supportZhou Wang-0/+247
2019-08-09crypto: hisilicon - add queue management driver for HiSilicon QM moduleZhou Wang-0/+1740
2019-08-09crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan-1/+1
2019-08-09crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan-19/+30
2019-08-09crypto: caam - execute module exit point only if necessaryIuliana Prodan-1/+24
2019-08-09crypto: caam - free resources in case caam_rng registration failedIuliana Prodan-1/+4
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă-105/+132
2019-08-09crypto: caam - keep both virtual and dma key addressesHoria Geantă-30/+24
2019-08-09crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan-16/+33
2019-08-09crypto: caam - check zero-length inputIuliana Prodan-0/+14
2019-08-09crypto: caam - check assoclenIuliana Prodan-24/+8
2019-08-09crypto: caam - check authsizeIuliana Prodan-0/+39
2019-08-09crypto: caam - check key lengthIuliana Prodan-100/+324
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă-6/+11
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă-117/+104
2019-08-09crypto: caam/qi - fix error handling in ERN handlerHoria Geantă-1/+6