summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld2022-10-141-1/+1
* crypto: aspeed - Remove redundant dev_err callShang XiaoJing2022-09-301-3/+1
* crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui2022-09-301-6/+0
* crypto: aead - Remove unused inline functions from aeadGaosheng Cui2022-09-301-25/+0
* crypto: bcm - Simplify obtain the name for cipherGaosheng Cui2022-09-301-2/+2
* crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen2022-09-301-4/+4
* hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski2022-09-301-26/+10
* crypto: zip - remove the unneeded result variableye xingchen2022-09-301-24/+6
* crypto: qat - add limit to linked list parsingAdam Guerin2022-09-301-2/+6
* crypto: octeontx2 - Remove the unneeded result variableye xingchen2022-09-301-4/+1
* crypto: ccp - Remove the unneeded result variableye xingchen2022-09-301-4/+1
* crypto: aspeed - Fix check for platform_get_irq() errorsYueHaibing2022-09-301-3/+1
* crypto: virtio - fix memory-leaklei he2022-09-301-0/+4
* crypto: cavium - prevent integer overflow loading firmwareDan Carpenter2022-09-301-2/+4
* crypto: marvell/octeontx - prevent integer overflowsDan Carpenter2022-09-301-2/+16
* crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabledNeal Liu2022-09-302-5/+5
* crypto: hisilicon/qm - fix the qos value initializationKai Ye2022-09-241-7/+15
* crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin2022-09-241-14/+2
* crypto: tcrypt - add async speed test for aria cipherTaehee Yoo2022-09-241-0/+30
* crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of ari...Taehee Yoo2022-09-245-0/+1553
* crypto: aria - prepare generic module for optimized implementationsTaehee Yoo2022-09-243-18/+40
* crypto: artpec6 - Fix printk warning on size_t/%dHerbert Xu2022-09-241-1/+1
* crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng2022-09-247-14/+14
* crypto: blake2s - revert unintended config addition of CRYPTO_BLAKE2SLukas Bulwahn2022-09-241-21/+0
* crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn2022-09-241-1/+1
* crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem2022-09-242-54/+21
* crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem2022-09-241-13/+31
* crypto: qat - use reference to structure in dma_map_single()Damian Muszynski2022-09-161-6/+6
* Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu2022-09-161-6/+6
* crypto: qat - fix DMA transfer directionDamian Muszynski2022-09-161-6/+12
* crypto: hisilicon - support get algs by the capability registerZhiqi Song2022-09-165-18/+222
* crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin2022-09-163-121/+236
* crypto: hisilicon/zip - support zip capabilityWeili Qian2022-09-163-42/+128
* crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song2022-09-161-73/+63
* crypto: hisilicon/hpre - support hpre capabilityZhiqi Song2022-09-163-38/+157
* crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian2022-09-161-99/+195
* crypto: hisilicon/qm - get error type from hardware registersWeili Qian2022-09-166-126/+206
* crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian2022-09-162-4/+34
* crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-168-134/+202
* crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian2022-09-165-69/+170
* crypto: hisilicon/sec - delete redundant blank linesKai Ye2022-09-161-2/+0
* crypto: inside-secure - Change swab to swab32Peter Harliman Liem2022-09-161-4/+4
* crypto: nx - Remove the unneeded result variableye xingchen2022-09-091-4/+1
* crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko2022-09-091-1/+5
* crypto: octeontx - Remove the unneeded result variableye xingchen2022-09-091-15/+5
* crypto: akcipher - default implementation for setting a private keyIgnat Korchagin2022-09-091-0/+8
* crypto: aspeed - fix return value check in aspeed_hace_probe()Sun Ke2022-09-091-2/+2
* crypto: aspeed - Fix sparse warningsHerbert Xu2022-09-072-40/+40
* crypto: aspeed: fix format unexpected build warningNeal Liu2022-09-071-3/+3
* crypto: aspeed - fix build module errorNeal Liu2022-09-061-7/+4