aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03crypto: hisilicon/hpre - fix ecdh self test issueHui Tang1-0/+34
2021-06-03crypto: hisilicon/sec - fixup 3des minimum key size declarationKai Ye1-2/+2
2021-06-03crypto: hisilicon/sec - add fallback tfm supporting for XTS modeKai Ye2-3/+86
2021-06-03crypto: hisilicon/sec - add new skcipher mode for SECKai Ye2-12/+94
2021-06-03crypto: hisilicon/sec - driver adapt to new SQEKai Ye3-43/+256
2021-06-03crypto: hisilicon/sec - add new type of SQEKai Ye2-1/+178
2021-06-03crypto: octeontx2 - enable and handle ME interruptsSrujana Challa1-23/+95
2021-06-03crypto: octeontx2 - add support for CPT operations on CN10KSrujana Challa9-22/+134
2021-06-03crypto: octeontx2 - add support to map LMTST region for CN10KSrujana Challa7-3/+86
2021-06-03crypto: octeontx2 - Add mailbox support for CN10KSrujana Challa8-33/+129
2021-06-03crypto: ixp4xx - Add device tree supportLinus Walleij1-28/+79
2021-06-03crypto: ixp4xx - convert to platform driverArnd Bergmann1-24/+13
2021-06-03crypto: hisilicon - switch to memdup_user_nul()Zou Wei1-10/+3
2021-05-28crypto: hisilicon/qm - support address prefetchingLongfang Liu5-0/+182
2021-05-28crypto: hisilicon/qm - add MSI detection steps on Kunpeng930Weili Qian1-24/+100
2021-05-28crypto: hisilicon/qm - fix the process of VF's list addingKai Ye1-8/+8
2021-05-28crypto: hisilicon/qm - add dfx log if not use hardware crypto algsKai Ye1-2/+5
2021-05-28crypto: qce - Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-28crypto: nx - Fix typo in commentShaokun Zhang1-2/+2
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath1-7/+8
2021-05-28crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones1-1/+1
2021-05-28crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersLee Jones1-13/+11
2021-05-28crypto: cavium: Fix a bunch of kernel-doc related issuesLee Jones6-13/+15
2021-05-28crypto: qce - Fix some error handling pathWei Yongjun1-3/+9
2021-05-28crypto: qat - remove unused macro in FW loaderJack Xu1-1/+0
2021-05-28crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-05-28crypto: qat - report an error if MMP file size is too largeJack Xu1-4/+2
2021-05-28crypto: qat - check MMP size before writing to the SRAMJack Xu3-6/+6
2021-05-28crypto: qat - return error when failing to map FWJack Xu1-1/+2
2021-05-23crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET1-2/+4
2021-05-23crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian4-76/+150
2021-05-23crypto: hisilicon/qm - adjust order of device error configurationWeili Qian4-20/+18
2021-05-23crypto: hisilicon/qm - modify 'QM_RESETTING' clearing errorWeili Qian1-1/+1
2021-05-23crypto: hisilicon/qm - initialize the device before doing tasksWeili Qian1-6/+8
2021-05-23crypto: sa2ul - Remove child devices in removeSuman Anna1-0/+2
2021-05-23crypto: sa2ul - Use devm_platform_ioremap_resource()Suman Anna1-5/+5
2021-05-23crypto: sa2ul - Use of_device_get_match_data() helperSuman Anna1-8/+4
2021-05-23crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna1-0/+1
2021-05-23crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna1-9/+12
2021-05-21crypto: hisilicon/hpre - add 'default' for switch statementHui Tang1-2/+2
2021-05-21crypto: hisilicon/hpre - delete rudundant macro definitionHui Tang1-2/+1
2021-05-21crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueHui Tang2-10/+10
2021-05-21crypto: hisilicon/hpre - delete rudundant initializationHui Tang1-2/+2
2021-05-21crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Hui Tang1-27/+26
2021-05-21crypto: hisilicon/hpre - replace macro with inline functionHui Tang1-9/+16
2021-05-21crypto: hisilicon/hpre - init a structure member each lineHui Tang1-14/+42
2021-05-21crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsHui Tang1-30/+29
2021-05-21crypto: hisilicon/hpre - fix unmapping invalid dma addressHui Tang1-0/+18
2021-05-21crypto: hisilicon/hpre - extend 'cra_driver_name' with curve nameHui Tang1-2/+2
2021-05-14crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei1-0/+1