summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | crypto: hisilicon/hpre - add check before gx modulo pHui Tang2021-06-031-1/+5
* | crypto: hisilicon/hpre - fix ecdh self test issueHui Tang2021-06-031-0/+34
* | crypto: hisilicon/sec - fixup 3des minimum key size declarationKai Ye2021-06-031-2/+2
* | crypto: hisilicon/sec - add fallback tfm supporting for XTS modeKai Ye2021-06-032-3/+86
* | crypto: hisilicon/sec - add new skcipher mode for SECKai Ye2021-06-032-12/+94
* | crypto: hisilicon/sec - driver adapt to new SQEKai Ye2021-06-033-43/+256
* | crypto: hisilicon/sec - add new type of SQEKai Ye2021-06-032-1/+178
* | crypto: octeontx2 - enable and handle ME interruptsSrujana Challa2021-06-031-23/+95
* | crypto: octeontx2 - add support for CPT operations on CN10KSrujana Challa2021-06-039-22/+134
* | crypto: octeontx2 - add support to map LMTST region for CN10KSrujana Challa2021-06-037-3/+86
* | crypto: octeontx2 - Add mailbox support for CN10KSrujana Challa2021-06-038-33/+129
* | crypto: ixp4xx - Add device tree supportLinus Walleij2021-06-031-28/+79
* | crypto: ixp4xx - convert to platform driverArnd Bergmann2021-06-031-24/+13
* | crypto: hisilicon - switch to memdup_user_nul()Zou Wei2021-06-031-10/+3
* | crypto: hisilicon/qm - support address prefetchingLongfang Liu2021-05-285-0/+182
* | crypto: hisilicon/qm - add MSI detection steps on Kunpeng930Weili Qian2021-05-281-24/+100
* | crypto: hisilicon/qm - fix the process of VF's list addingKai Ye2021-05-281-8/+8
* | crypto: hisilicon/qm - add dfx log if not use hardware crypto algsKai Ye2021-05-281-2/+5
* | crypto: qce - Fix inconsistent indentingJiapeng Chong2021-05-281-1/+1
* | crypto: nx - Fix typo in commentShaokun Zhang2021-05-281-2/+2
* | crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath2021-05-281-7/+8
* | crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones2021-05-281-1/+1
* | crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersLee Jones2021-05-281-13/+11
* | crypto: cavium: Fix a bunch of kernel-doc related issuesLee Jones2021-05-286-13/+15
* | crypto: qce - Fix some error handling pathWei Yongjun2021-05-281-3/+9
* | crypto: qat - remove unused macro in FW loaderJack Xu2021-05-281-1/+0
* | crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu2021-05-281-1/+5
* | crypto: qat - report an error if MMP file size is too largeJack Xu2021-05-281-4/+2
* | crypto: qat - check MMP size before writing to the SRAMJack Xu2021-05-283-6/+6
* | crypto: qat - return error when failing to map FWJack Xu2021-05-281-1/+2
* | crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET2021-05-231-2/+4
* | crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian2021-05-234-76/+150
* | crypto: hisilicon/qm - adjust order of device error configurationWeili Qian2021-05-234-20/+18
* | crypto: hisilicon/qm - modify 'QM_RESETTING' clearing errorWeili Qian2021-05-231-1/+1
* | crypto: hisilicon/qm - initialize the device before doing tasksWeili Qian2021-05-231-6/+8
* | crypto: sa2ul - Remove child devices in removeSuman Anna2021-05-231-0/+2
* | crypto: sa2ul - Use devm_platform_ioremap_resource()Suman Anna2021-05-231-5/+5
* | crypto: sa2ul - Use of_device_get_match_data() helperSuman Anna2021-05-231-8/+4
* | crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna2021-05-231-0/+1
* | crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna2021-05-231-9/+12
* | crypto: hisilicon/hpre - add 'default' for switch statementHui Tang2021-05-211-2/+2
* | crypto: hisilicon/hpre - delete rudundant macro definitionHui Tang2021-05-211-2/+1
* | crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueHui Tang2021-05-212-10/+10
* | crypto: hisilicon/hpre - delete rudundant initializationHui Tang2021-05-211-2/+2
* | crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Hui Tang2021-05-211-27/+26
* | crypto: hisilicon/hpre - replace macro with inline functionHui Tang2021-05-211-9/+16
* | crypto: hisilicon/hpre - init a structure member each lineHui Tang2021-05-211-14/+42
* | crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsHui Tang2021-05-211-30/+29
* | crypto: hisilicon/hpre - fix unmapping invalid dma addressHui Tang2021-05-211-0/+18
* | crypto: hisilicon/hpre - extend 'cra_driver_name' with curve nameHui Tang2021-05-211-2/+2