aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-16crypto: hisilicon/hpre - delete redundant log and return in advanceHui Tang1-1/+1
2021-04-16crypto: hisilicon/hpre - add debug logHui Tang1-1/+7
2021-04-16crypto: hisilicon/hpre - use the correct variable typeHui Tang1-1/+2
2021-04-16crypto: hisilicon/hpre - delete the rudundant space after returnHui Tang2-3/+3
2021-04-16crypto: hisilicon/sgl - fix the sg buf unmapKai Ye1-1/+13
2021-04-16crypto: hisilicon/sgl - fix the soft sg map to hardware sgKai Ye1-0/+1
2021-04-16crypto: hisilicon/sgl - add some dfx logsKai Ye1-4/+11
2021-04-16crypto: hisilicon/sgl - delete unneeded variable initializationKai Ye1-1/+1
2021-04-16crypto: hisilicon/sgl - add a comment for block size initializationKai Ye1-0/+5
2021-04-16crypto: hisilicon/sec - use the correct print formatKai Ye1-3/+3
2021-04-16crypto: hisilicon/trng - add version to adapt new algorithmWeili Qian1-3/+10
2021-04-16crypto: hisilicon/qm - add stop queue by hardwareWeili Qian1-1/+28
2021-04-09crypto: hisilicon/qm - delete redundant codeKai Ye1-1/+0
2021-04-09crypto: hisilicon/sec - fixup checking the 3DES weak keyKai Ye1-2/+11
2021-04-09crypto: hisilicon/hpre - fix a typo in hpre_crypto.cRuiqi Gong1-1/+1
2021-04-09crypto: hisilicon/sec - Fix a module parameter errorLongfang Liu1-5/+12
2021-04-02crypto: hisilicon/sec - Fixes AES algorithm mode parameter problemLongfang Liu1-5/+32
2021-04-02crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519'Meng Yu1-4/+18
2021-04-02crypto: hisilicon/hpre - delete redundant '\n'Hui Tang2-3/+3
2021-04-02crypto: hisilicon/hpre - fix a typo and delete redundant blank lineHui Tang1-2/+1
2021-04-02crypto: hisilicon/hpre - fix PASID setting on kunpeng 920Hui Tang1-25/+18
2021-04-02crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930Yang Shen2-0/+26
2021-04-02crypto: hisilicon/zip - initialize operations about 'sqe' in 'acomp_alg.init'Yang Shen1-31/+110
2021-04-02crypto: hisilicon/zip - add comments for 'hisi_zip_sqe'Yang Shen2-15/+34
2021-04-02crypto: hisilicon/zip - adjust functions locationYang Shen1-276/+276
2021-04-02crypto: hisilicon - use the correct HiSilicon copyrightHao Fang3-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: hisilicon/sec - Supply missing description for 'sec_queue_empty()'s 'queue' paramLee Jones1-0/+1
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-13crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu3-8/+361
2021-03-13crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu3-5/+513
2021-03-13crypto: hisilicon/hpre - add algorithm typeMeng Yu3-9/+24
2021-03-13crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu9-18/+19
2021-02-10crypto: hisilicon/qm - fix printing format issueWeili Qian2-9/+9
2021-02-10crypto: hisilicon/qm - do not reset hardware when CE happensWeili Qian5-7/+24
2021-02-10crypto: hisilicon/qm - update irqflagSihang Chen1-4/+3
2021-02-10crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2'Weili Qian1-1/+1
2021-02-10crypto: hisilicon/qm - fix request missing errorWeili Qian1-0/+28
2021-02-10crypto: hisilicon/qm - removing driver after resetWeili Qian5-20/+36
2021-02-10crypto: hisilicon/hpre - enable Elliptic curve cryptographyHui Tang1-1/+8