aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-06-03crypto: hisilicon/hpre - fix ecdh self test issueGravatar Hui Tang 1-0/+34
2021-06-03crypto: hisilicon/sec - fixup 3des minimum key size declarationGravatar Kai Ye 1-2/+2
2021-06-03crypto: hisilicon/sec - add fallback tfm supporting for XTS modeGravatar Kai Ye 2-3/+86
2021-06-03crypto: hisilicon/sec - add new skcipher mode for SECGravatar Kai Ye 2-12/+94
2021-06-03crypto: hisilicon/sec - driver adapt to new SQEGravatar Kai Ye 3-43/+256
2021-06-03crypto: hisilicon/sec - add new type of SQEGravatar Kai Ye 2-1/+178
2021-06-03crypto: octeontx2 - enable and handle ME interruptsGravatar Srujana Challa 1-23/+95
2021-06-03crypto: octeontx2 - add support for CPT operations on CN10KGravatar Srujana Challa 9-22/+134
2021-06-03crypto: octeontx2 - add support to map LMTST region for CN10KGravatar Srujana Challa 7-3/+86
2021-06-03crypto: octeontx2 - Add mailbox support for CN10KGravatar Srujana Challa 8-33/+129
2021-06-03crypto: ixp4xx - Add device tree supportGravatar Linus Walleij 1-28/+79
2021-06-03crypto: ixp4xx - convert to platform driverGravatar Arnd Bergmann 1-24/+13
2021-06-03crypto: hisilicon - switch to memdup_user_nul()Gravatar Zou Wei 1-10/+3
2021-05-28crypto: hisilicon/qm - support address prefetchingGravatar Longfang Liu 5-0/+182
2021-05-28crypto: hisilicon/qm - add MSI detection steps on Kunpeng930Gravatar Weili Qian 1-24/+100
2021-05-28crypto: hisilicon/qm - fix the process of VF's list addingGravatar Kai Ye 1-8/+8
2021-05-28crypto: hisilicon/qm - add dfx log if not use hardware crypto algsGravatar Kai Ye 1-2/+5
2021-05-28crypto: qce - Fix inconsistent indentingGravatar Jiapeng Chong 1-1/+1
2021-05-28crypto: nx - Fix typo in commentGravatar Shaokun Zhang 1-2/+2
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersGravatar Thara Gopinath 1-7/+8
2021-05-28crypto: ccp: ccp-dev: Fix a little doc-rotGravatar Lee Jones 1-1/+1
2021-05-28crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersGravatar Lee Jones 1-13/+11
2021-05-28crypto: cavium: Fix a bunch of kernel-doc related issuesGravatar Lee Jones 6-13/+15
2021-05-28crypto: qce - Fix some error handling pathGravatar Wei Yongjun 1-3/+9
2021-05-28crypto: qat - remove unused macro in FW loaderGravatar Jack Xu 1-1/+0
2021-05-28crypto: qat - check return code of qat_hal_rd_rel_reg()Gravatar Jack Xu 1-1/+5
2021-05-28crypto: qat - report an error if MMP file size is too largeGravatar Jack Xu 1-4/+2
2021-05-28crypto: qat - check MMP size before writing to the SRAMGravatar Jack Xu 3-6/+6
2021-05-28crypto: qat - return error when failing to map FWGravatar Jack Xu 1-1/+2
2021-05-23crypto: ccp - Fix a resource leak in an error handling pathGravatar Christophe JAILLET 1-2/+4
2021-05-23crypto: hisilicon/qm - enable to close master ooo when NFE occursGravatar Weili Qian 4-76/+150
2021-05-23crypto: hisilicon/qm - adjust order of device error configurationGravatar Weili Qian 4-20/+18
2021-05-23crypto: hisilicon/qm - modify 'QM_RESETTING' clearing errorGravatar Weili Qian 1-1/+1
2021-05-23crypto: hisilicon/qm - initialize the device before doing tasksGravatar Weili Qian 1-6/+8
2021-05-23crypto: sa2ul - Remove child devices in removeGravatar Suman Anna 1-0/+2
2021-05-23crypto: sa2ul - Use devm_platform_ioremap_resource()Gravatar Suman Anna 1-5/+5
2021-05-23crypto: sa2ul - Use of_device_get_match_data() helperGravatar Suman Anna 1-8/+4
2021-05-23crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Gravatar Suman Anna 1-0/+1
2021-05-23crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Gravatar Suman Anna 1-9/+12
2021-05-21crypto: hisilicon/hpre - add 'default' for switch statementGravatar Hui Tang 1-2/+2
2021-05-21crypto: hisilicon/hpre - delete rudundant macro definitionGravatar Hui Tang 1-2/+1
2021-05-21crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueGravatar Hui Tang 2-10/+10
2021-05-21crypto: hisilicon/hpre - delete rudundant initializationGravatar Hui Tang 1-2/+2
2021-05-21crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Gravatar Hui Tang 1-27/+26
2021-05-21crypto: hisilicon/hpre - replace macro with inline functionGravatar Hui Tang 1-9/+16
2021-05-21crypto: hisilicon/hpre - init a structure member each lineGravatar Hui Tang 1-14/+42
2021-05-21crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsGravatar Hui Tang 1-30/+29
2021-05-21crypto: hisilicon/hpre - fix unmapping invalid dma addressGravatar Hui Tang 1-0/+18
2021-05-21crypto: hisilicon/hpre - extend 'cra_driver_name' with curve nameGravatar Hui Tang 1-2/+2
2021-05-14crypto: ux500 - Fix error return code in hash_hw_final()Gravatar Zhen Lei 1-0/+1