summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-271-0/+3
* crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksArd Biesheuvel2020-11-271-37/+44
* crypto: tcrypt - permit tcrypt.ko to be builtinArd Biesheuvel2020-11-271-1/+1
* crypto: tcrypt - don't initialize at subsys_initcall timeArd Biesheuvel2020-11-271-1/+1
* MAINTAINERS: Move HiSilicon TRNG V2 driverWeili Qian2020-11-271-1/+1
* crypto: hisilicon/trng - add support for PRNGWeili Qian2020-11-272-3/+239
* crypto: hisilicon/trng - add HiSilicon TRNG driver supportWeili Qian2020-11-275-0/+110
* hwrng: hisi - remove HiSilicon TRNG driverWeili Qian2020-11-273-113/+0
* crypto: sparc - Fix sparse endianness warningsHerbert Xu2020-11-272-5/+6
* crypto: powerpc/sha256-spe - Fix sparse endianness warningHerbert Xu2020-11-271-1/+1
* crypto: mips/octeon - Fix sparse endianness warningsHerbert Xu2020-11-272-7/+9
* crypto: qat - fix excluded_middle.cocci warningskernel test robot2020-11-271-3/+4
* crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath2020-11-271-1/+1
* crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath2020-11-271-1/+16
* crypto: aegis128 - expose SIMD code path as separate driverArd Biesheuvel2020-11-271-77/+143
* crypto: aegis128/neon - move final tag check to SIMD domainArd Biesheuvel2020-11-273-18/+57
* crypto: aegis128/neon - optimize tail block handlingArd Biesheuvel2020-11-271-14/+75
* crypto: aegis128 - wipe plaintext and tag if decryption failsArd Biesheuvel2020-11-271-6/+26
* crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe2020-11-201-8/+12
* crypto: kconfig - fix a couple of spelling mistakesColin Ian King2020-11-202-2/+2
* crypto: qat - add qat_4xxx driverGiovanni Cabiddu2020-11-2011-1/+833
* crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu2020-11-202-0/+4
* crypto: qat - target fw images to specific AEsGiovanni Cabiddu2020-11-202-5/+56
* crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong2020-11-201-1/+2
* crypto: hisilicon/zip - add a work_queue for zip irqYang Shen2020-11-201-3/+23
* crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu2020-11-202-2/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-20120-155/+205
* crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor2020-11-201-1/+1
* crypto: caam/qi - simplify error path for context allocationHoria Geantă2020-11-201-4/+4
* crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel2020-11-202-18/+43
* crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye2020-11-201-2/+3
* crypto: arm64/chacha - simplify tail block handlingArd Biesheuvel2020-11-131-124/+69
* crypto: qat - add gen4 firmware loaderJack Xu2020-11-135-17/+78
* crypto: qat - add support for broadcasting modeJack Xu2020-11-134-3/+99
* crypto: qat - add support for shared ustoreJack Xu2020-11-133-13/+19
* crypto: qat - allow to target specific AEsJack Xu2020-11-136-8/+42
* crypto: qat - add FCU CSRs to chip infoJack Xu2020-11-133-16/+53
* crypto: qat - add CSS3K supportJack Xu2020-11-134-40/+68
* crypto: qat - use ae_maskJack Xu2020-11-131-12/+14
* crypto: qat - add check for null pointerJack Xu2020-11-131-11/+17
* crypto: qat - add misc control CSR to chip infoJack Xu2020-11-132-4/+8
* crypto: qat - add wake up event to chip infoJack Xu2020-11-133-1/+6
* crypto: qat - add clock enable CSR to chip infoJack Xu2020-11-132-4/+7
* crypto: qat - add reset CSR and mask to chip infoJack Xu2020-11-132-17/+24
* crypto: qat - add local memory size to chip infoJack Xu2020-11-133-1/+4
* crypto: qat - add support for lm2 and lm3Jack Xu2020-11-136-2/+101
* crypto: qat - add next neighbor to chip_infoJack Xu2020-11-133-6/+18
* crypto: qat - replace check based on DIDJack Xu2020-11-131-3/+5
* crypto: qat - introduce chip info structureJack Xu2020-11-133-35/+88
* crypto: qat - refactor long expressionsJack Xu2020-11-131-18/+23