aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-28crypto: ecdh - register NIST P384 tfmHui Tang1-0/+33
2021-05-28crypto: ecdh - fix 'ecdh_init'Hui Tang1-1/+10
2021-05-28crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang3-5/+1
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-28MAINTAINERS: Add maintainer for Qualcomm crypto driversThara Gopinath1-0/+7
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath1-7/+8
2021-05-28crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBGStephan Müller1-6/+6
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing1-21/+15
2021-05-28crypto: tcrypt - enable tests for xxhash and blake2Ard Biesheuvel1-0/+36
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-28hwrng: core - remove redundant initialization of variable errShaokun Zhang1-1/+1
2021-05-28crypto: qce - Fix some error handling pathWei Yongjun1-3/+9
2021-05-28crypto: khazad,wp512 - remove leading spaces before tabsHui Tang2-22/+20
2021-05-28crypto: header - Fix spelling errorsZhen Lei3-3/+3
2021-05-28hwrng: Kconfig - Remove leading spacesJuerg Haefliger1-4/+4
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-23hwrng: omap - Enable driver for TI K3 familySuman Anna1-1/+1
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-21crypto: ecdh - extend 'cra_driver_name' with curve nameHui Tang1-2/+2
2021-05-21crypto: testmgr - fix initialization of 'secret_size'Hui Tang1-4/+4
2021-05-14crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei1-0/+1
2021-05-14crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1