summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/hpre
AgeCommit message (Expand)AuthorFilesLines
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum1-0/+6
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum1-7/+6
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum1-1/+1
2021-12-17crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian1-1/+1
2021-11-26crypto: hisilicon - modify the value of engine type rateKai Ye1-1/+1
2021-11-20crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang1-4/+1
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian1-4/+31
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian1-2/+23
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian1-0/+63
2021-06-17crypto: hisilicon/hpre - adds the max shaper type rateKai Ye1-0/+7
2021-06-03crypto: hisilicon/hpre - register ecdh NIST P384Hui Tang1-4/+52
2021-06-03crypto: hisilicon/hpre - add check before gx modulo pHui Tang1-1/+5
2021-06-03crypto: hisilicon/hpre - fix ecdh self test issueHui Tang1-0/+34
2021-05-28crypto: hisilicon/qm - support address prefetchingLongfang Liu1-0/+50
2021-05-23crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian1-12/+24
2021-05-23crypto: hisilicon/qm - adjust order of device error configurationWeili Qian1-2/+4
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-04-22crypto: hisilicon - dynamic configuration 'err_info'Weili Qian1-10/+16
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-09crypto: hisilicon/hpre - fix a typo in hpre_crypto.cRuiqi Gong1-1/+1
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 Tang1-2/+2
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-03-26crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.cWeili Qian2-62/+0
2021-03-26crypto: hisilicon/qm - set the total number of queuesWeili Qian1-3/+0
2021-03-26crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leakHui Tang1-1/+12
2021-03-26crypto: hisilicon - fix the check on dma addressHui Tang1-12/+0
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-12crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu2-8/+360
2021-03-12crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu3-5/+513
2021-03-12crypto: hisilicon/hpre - add algorithm typeMeng Yu3-9/+24
2021-03-12crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu2-4/+5
2021-02-10crypto: hisilicon/qm - do not reset hardware when CE happensWeili Qian1-0/+1
2021-02-10crypto: hisilicon/qm - removing driver after resetWeili Qian1-1/+1
2021-02-10crypto: hisilicon/hpre - enable Elliptic curve cryptographyHui Tang1-1/+8
2021-02-10crypto: hisilicon - PASID fixed on Kunpeng 930Weili Qian1-8/+10