summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwrng: hisi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
* hwrng: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
* hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-4/+1
* hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-251-3/+1
* hwrng: ka-sa - fix __iomem on registersBen Dooks2019-10-251-1/+1
* crypto: powerpc/spe-xts - implement support for ciphertext stealingArd Biesheuvel2019-10-251-2/+79
* crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers2019-10-252-216/+166
* crypto: powerpc - don't set ivsize for AES-ECBEric Biggers2019-10-251-1/+0
* crypto: powerpc - don't unnecessarily use atomic scatterwalkEric Biggers2019-10-251-7/+0
* crypto: aegis128 - duplicate init() and final() hooks in SIMD codeArd Biesheuvel2019-10-253-12/+97
* crypto: aegis128 - avoid function pointers for parameterizationArd Biesheuvel2019-10-251-59/+46
* hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-10-251-1/+8
* crypto: inside-secure - Made locally used safexcel_pci_remove() staticPascal van Leeuwen2019-10-231-1/+1
* crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=mPascal van Leeuwen2019-10-231-6/+2
* crypto: hisilicon: Fix misuse of GENMASK macroRikard Falkeborn2019-10-231-2/+2
* hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier2019-10-231-17/+16
* crypto: nx - convert AES-CTR to skcipher APIEric Biggers2019-10-233-67/+46
* crypto: nx - convert AES-CBC to skcipher APIEric Biggers2019-10-233-52/+41
* crypto: nx - convert AES-ECB to skcipher APIEric Biggers2019-10-233-51/+58
* crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers2019-10-237-57/+43
* crypto: padlock-aes - convert to skcipher APIEric Biggers2019-10-231-83/+74
* crypto: s390/des - convert to skcipher APIEric Biggers2019-10-231-247/+172
* crypto: s390/paes - convert to skcipher APIEric Biggers2019-10-231-240/+174
* crypto: s390/aes - convert to skcipher APIEric Biggers2019-10-231-375/+234
* crypto: sparc/des - convert to skcipher APIEric Biggers2019-10-232-272/+228
* crypto: sparc/camellia - convert to skcipher APIEric Biggers2019-10-232-122/+96
* crypto: sparc/aes - convert to skcipher APIEric Biggers2019-10-232-169/+144
* crypto: chtls - remove the redundant check in chtls_recvmsg()Yunfeng Ye2019-10-231-2/+1
* crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang2019-10-231-0/+1
* crypto: ux500 - Remove set but not used variable 'cookie'zhengbin2019-10-231-2/+1
* crypto: arm - use Kconfig based compiler checks for crypto opcodesArd Biesheuvel2019-10-237-33/+19
* crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2019-10-232-306/+149
* dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindingsƁukasz Stelmach2019-10-231-0/+17
* crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()YueHaibing2019-10-181-4/+1
* crypto: jitter - add header to fix buildwarningsBen Dooks2019-10-183-13/+19
* crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"Colin Ian King2019-10-181-1/+1
* crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2019-10-102-25/+34
* crypto: user - fix memory leak in crypto_reportstatNavid Emamdoost2019-10-101-1/+3
* crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-10-101-1/+3
* crypto: af_alg - cast ki_complete ternary op to intAyush Sawal2019-10-101-1/+1
* crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus2019-10-101-23/+30
* crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitlyArd Biesheuvel2019-10-101-0/+1
* crypto: inside-secure - Remove #ifdef checksArnd Bergmann2019-10-102-37/+13
* crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann2019-10-101-0/+2
* MAINTAINERS: Add maintainer for HiSilicon HPRE driverZaibo Xu2019-10-101-0/+9
* crypto: hisilicon - Add debugfs for HPREZaibo Xu2019-10-102-2/+460
* Documentation: Add debugfs doc for hisi_hpreZaibo Xu2019-10-101-0/+57
* crypto: hisilicon - add SRIOV support for HPREZaibo Xu2019-10-102-7/+133
* crypto: hisilicon - add HiSilicon HPRE acceleratorZaibo Xu2019-10-106-0/+1702
* crypto: hisilicon - misc fix about sglZhou Wang2019-10-101-18/+22