summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-226-19/+19
* crypto: ux500/des - switch to new verification routinesArd Biesheuvel2019-08-221-24/+7
* crypto: talitos/des - switch to new verification routinesArd Biesheuvel2019-08-221-30/+7
* crypto: sun4i/des - switch to new verification routinesArd Biesheuvel2019-08-222-21/+7
* crypto: stm32/des - switch to new verification routinesArd Biesheuvel2019-08-221-25/+5
* crypto: rk3288/des - switch to new verification routinesArd Biesheuvel2019-08-222-15/+8
* crypto: qce/des - switch to new verification routinesArd Biesheuvel2019-08-221-28/+27
* crypto: picoxcell/des - switch to new verification routinesArd Biesheuvel2019-08-221-16/+8
* crypto: omap/des - switch to new verification routinesArd Biesheuvel2019-08-221-19/+8
* crypto: n2/des - switch to new verification routinesArd Biesheuvel2019-08-221-23/+9
* crypto: cesa/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+8
* crypto: ixp4xx/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+6
* crypto: safexcel/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+7
* crypto: hisilicon/des - switch to new verification routinesArd Biesheuvel2019-08-221-11/+7
* crypto: hifn/des - switch to new verification routinesArd Biesheuvel2019-08-221-24/+8
* crypto: ccree/des - switch to new verification routinesArd Biesheuvel2019-08-222-31/+8
* crypto: ccp/des - switch to new verification routinesArd Biesheuvel2019-08-221-4/+3
* crypto: nitrox/des - switch to new verification routinesArd Biesheuvel2019-08-221-2/+2
* crypto: cpt/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+5
* crypto: caam/des - switch to new verification routinesArd Biesheuvel2019-08-224-92/+31
* crypto: bcm/des - switch to new verification routinesArd Biesheuvel2019-08-221-62/+17
* crypto: atmel/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+7
* random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd2019-08-221-3/+7
* crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unitPhani Kiran Hemadri2019-08-155-17/+265
* crypto: cavium/nitrox - Allocate asymmetric crypto command queuesPhani Kiran Hemadri2019-08-153-1/+99
* hwrng: core - Freeze khwrng thread during suspendStephen Boyd2019-08-151-1/+4
* crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă2019-08-151-4/+3
* crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang2019-08-151-2/+4
* crypto: hisilicon - add missing single_releaseZhou Wang2019-08-151-0/+1
* crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang2019-08-151-1/+1
* crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIPZhou Wang2019-08-151-0/+1
* crypto: hisilicon - fix kbuild warningsZhou Wang2019-08-151-3/+3
* crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas2019-08-097-7/+0
* crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas2019-08-092-0/+2
* crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: qce - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-092-6/+2
* crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: picoxcell - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+2
* crypto: mediatek - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-2/+1
* crypto: inside-secure - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: artpec6 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: hisilicon - add debugfs for ZIP and QMZhou Wang2019-08-093-1/+704
* crypto: hisilicon - add SRIOV support for ZIPZhou Wang2019-08-093-25/+226
* crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang2019-08-096-0/+1237
* crypto: hisilicon - add hardware SGL supportZhou Wang2019-08-094-0/+247