summaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-24crypto: tcrypt - add async speed test for aria cipherTaehee Yoo1-0/+30
2022-09-24crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of ari...Taehee Yoo5-0/+1553
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo3-18/+40
2022-09-24crypto: artpec6 - Fix printk warning on size_t/%dHerbert Xu1-1/+1
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng7-14/+14
2022-09-24crypto: blake2s - revert unintended config addition of CRYPTO_BLAKE2SLukas Bulwahn1-21/+0
2022-09-24crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn1-1/+1
2022-09-24crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem2-54/+21
2022-09-24crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem1-13/+31
2022-09-16crypto: qat - use reference to structure in dma_map_single()Damian Muszynski1-6/+6
2022-09-16Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu1-6/+6
2022-09-16crypto: qat - fix DMA transfer directionDamian Muszynski1-6/+12
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song5-18/+222
2022-09-16crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin3-121/+236
2022-09-16crypto: hisilicon/zip - support zip capabilityWeili Qian3-42/+128
2022-09-16crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song1-73/+63
2022-09-16crypto: hisilicon/hpre - support hpre capabilityZhiqi Song3-38/+157
2022-09-16crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian1-99/+195
2022-09-16crypto: hisilicon/qm - get error type from hardware registersWeili Qian6-126/+206
2022-09-16crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian2-4/+34
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian8-134/+202
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian5-69/+170
2022-09-16crypto: hisilicon/sec - delete redundant blank linesKai Ye1-2/+0
2022-09-16crypto: inside-secure - Change swab to swab32Peter Harliman Liem1-4/+4
2022-09-09crypto: nx - Remove the unneeded result variableye xingchen1-4/+1
2022-09-09crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko1-1/+5
2022-09-09crypto: octeontx - Remove the unneeded result variableye xingchen1-15/+5
2022-09-09crypto: akcipher - default implementation for setting a private keyIgnat Korchagin1-0/+8
2022-09-09crypto: aspeed - fix return value check in aspeed_hace_probe()Sun Ke1-2/+2
2022-09-07crypto: aspeed - Fix sparse warningsHerbert Xu2-40/+40
2022-09-07crypto: aspeed: fix format unexpected build warningNeal Liu1-3/+3
2022-09-06crypto: aspeed - fix build module errorNeal Liu1-7/+4
2022-09-02crypto: hisilicon/qm - return failure if vfs_num exceeds total VFsWeili Qian1-1/+7
2022-09-02crypto: hisilicon/qm - fix missing put dfx accessWeili Qian1-2/+4
2022-09-02crypto: hisilicon/qm - check mailbox operation resultWeili Qian1-1/+14
2022-09-02crypto: aspeed - Enable compile testingHerbert Xu1-1/+1
2022-09-02crypto: qat - fix default value of WDT timerLucas Segarra Fernandez1-1/+1
2022-09-02crypto: testmgr - fix indentation for test_acomp() argsLucas Segarra Fernandez1-1/+1
2022-09-02crypto: bcm - fix repeated words in commentswangjianli1-1/+1
2022-09-02crypto: marvell/octeontx - fix repeated words in commentswangjianli1-1/+1
2022-09-02crypto: n2 - fix repeated words in commentswangjianli1-1/+1
2022-09-02hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney1-7/+7
2022-09-02Revert "crypto: allwinner - Fix dma_map_sg error check"Herbert Xu4-7/+7
2022-09-02Revert "crypto: gemini - Fix error check for dma_map_sg"Herbert Xu1-3/+3
2022-08-26crypto: Kconfig - simplify compression/RNG entriesRobert Elliott1-32/+50
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott8-344/+410
2022-08-26crypto: Kconfig - simplify userspace entriesRobert Elliott1-24/+41
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott8-216/+366
2022-08-26crypto: Kconfig - simplify aead entriesRobert Elliott2-20/+36
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott8-57/+91