summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-03-26crypto: vmx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava5-5/+5
2021-03-26crypto: hisilicon/qm - add queue isolation support for Kunpeng930Weili Qian2-48/+117
2021-03-26crypto: hisilicon/qm - set the number of queues for functionWeili Qian2-26/+78
2021-03-26crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.cWeili Qian7-200/+76
2021-03-26crypto: hisilicon/qm - set the total number of queuesWeili Qian4-16/+16
2021-03-26crypto: hisilicon/hpre - fix KconfigHui Tang1-1/+2
2021-03-26crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leakHui Tang1-1/+12
2021-03-26crypto: hisilicon - fix the check on dma addressHui Tang3-19/+1
2021-03-26crypto: hisilicon/hpre - optimise 'hpre_algs_register' error pathHui Tang1-10/+9
2021-03-26crypto: hisilicon/hpre - delete wrap of 'CONFIG_CRYPTO_DH'Hui Tang1-10/+1
2021-03-26crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang3-6/+6
2021-03-26crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-03-26crypto: nitrox - Demote non-compliant kernel-doc headersLee Jones1-2/+2
2021-03-26crypto: nx - Repair some kernel-doc problemsLee Jones3-4/+5
2021-03-26crypto: vmx - Source headers are not good kernel-doc candidatesLee Jones1-1/+1
2021-03-26crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones2-1/+5
2021-03-26crypto: atmel-ecc - Struct headers need to start with keyword 'struct'Lee Jones1-1/+1
2021-03-26crypto: keembay - Fix incorrectly named functions/structsLee Jones1-4/+4
2021-03-26crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersLee Jones4-15/+12
2021-03-26crypto: chelsio - Fix some kernel-doc issuesLee Jones2-6/+4
2021-03-26crypto: bcm - Fix a whole host of kernel-doc misdemeanoursLee Jones4-32/+38
2021-03-26crypto: hisilicon/sec - Supply missing description for 'sec_queue_empty()'s '...Lee Jones1-0/+1
2021-03-26crypto: inside-secure - Minor typo fix in the file safexcel.cBhaskar Chowdhury1-1/+1
2021-03-26crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen4-8/+16
2021-03-26crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen2-3/+3
2021-03-26crypto: cavium - Fix the parameter of dma_unmap_sg()Xiang Chen1-4/+5
2021-03-26crypto: amlogic - Fix the parameter of dma_unmap_sg()Xiang Chen1-3/+3
2021-03-26crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas2-16/+53
2021-03-26crypto: ccp - reduce tee command status polling interval from 5ms to 1msRijo Thomas1-4/+4
2021-03-19crypto: hisilicon/sec - fixes some driver coding styleLongfang Liu1-55/+76
2021-03-19crypto: hisilicon/sec - fixes some coding styleLongfang Liu3-43/+39
2021-03-19crypto: hisilicon/sec - fixes a printing errorLongfang Liu1-1/+1
2021-03-12crypto: sun4i-ss - simplify optional reset handlingPhilipp Zabel1-13/+8
2021-03-12crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2021-03-12crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2021-03-12crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()Jia-Ju Bai1-0/+1
2021-03-12crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu3-8/+361
2021-03-12crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu3-5/+513
2021-03-12crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu1-20/+8
2021-03-12crypto: hisilicon/hpre - add algorithm typeMeng Yu3-9/+24
2021-03-12crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu9-18/+19
2021-03-12crypto: ccp - Don't initialize SEV support without the SEV featureTom Lendacky1-0/+6
2021-03-12crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King1-1/+3
2021-03-12crypto: cavium - remove unused including <linux/version.h>Tian Tao1-1/+0
2021-03-07crypto: nx - add missing call to of_node_put()Yang Li1-1/+3
2021-03-07crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSSKrzysztof Kozlowski1-1/+1
2021-03-07crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe1-1/+1
2021-03-07crypto: qce - Remove totallen and offset in qce_startThara Gopinath4-14/+10
2021-03-07crypto: qce - Remover src_tbl from qce_cipher_reqctxThara Gopinath1-1/+0
2021-03-07crypto: qce - Set data unit size to message length for AES XTS transformationThara Gopinath1-4/+4