summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/hpre
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/hpre - support last word dumpingKai Ye2022-04-151-20/+112
* crypto: hisilicon/hpre - support register checkingKai Ye2022-04-151-18/+72
* hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum2022-03-151-0/+6
* hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum2022-03-151-7/+6
* crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum2022-03-151-1/+1
* crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian2021-12-171-1/+1
* crypto: hisilicon - modify the value of engine type rateKai Ye2021-11-261-1/+1
* crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang2021-11-201-4/+1
* crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian2021-08-211-4/+31
* crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian2021-08-211-2/+23
* crypto: hisilicon - enable hpre device clock gatingWeili Qian2021-08-121-0/+63
* crypto: hisilicon/hpre - adds the max shaper type rateKai Ye2021-06-171-0/+7
* crypto: hisilicon/hpre - register ecdh NIST P384Hui Tang2021-06-031-4/+52
* 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/qm - support address prefetchingLongfang Liu2021-05-281-0/+50
* crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian2021-05-231-12/+24
* crypto: hisilicon/qm - adjust order of device error configurationWeili Qian2021-05-231-2/+4
* 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
* crypto: hisilicon - dynamic configuration 'err_info'Weili Qian2021-04-221-10/+16
* crypto: hisilicon/hpre - delete redundant log and return in advanceHui Tang2021-04-161-1/+1
* crypto: hisilicon/hpre - add debug logHui Tang2021-04-161-1/+7
* crypto: hisilicon/hpre - use the correct variable typeHui Tang2021-04-161-1/+2
* crypto: hisilicon/hpre - delete the rudundant space after returnHui Tang2021-04-162-3/+3
* crypto: hisilicon/hpre - fix a typo in hpre_crypto.cRuiqi Gong2021-04-091-1/+1
* crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519'Meng Yu2021-04-021-4/+18
* crypto: hisilicon/hpre - delete redundant '\n'Hui Tang2021-04-021-2/+2
* crypto: hisilicon/hpre - fix a typo and delete redundant blank lineHui Tang2021-04-021-2/+1
* crypto: hisilicon/hpre - fix PASID setting on kunpeng 920Hui Tang2021-04-021-25/+18
* crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.cWeili Qian2021-03-262-62/+0
* crypto: hisilicon/qm - set the total number of queuesWeili Qian2021-03-261-3/+0
* crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leakHui Tang2021-03-261-1/+12
* crypto: hisilicon - fix the check on dma addressHui Tang2021-03-261-12/+0
* crypto: hisilicon/hpre - optimise 'hpre_algs_register' error pathHui Tang2021-03-261-10/+9
* crypto: hisilicon/hpre - delete wrap of 'CONFIG_CRYPTO_DH'Hui Tang2021-03-261-10/+1
* crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu2021-03-132-8/+360
* crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu2021-03-133-5/+513
* crypto: hisilicon/hpre - add algorithm typeMeng Yu2021-03-133-9/+24
* crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu2021-03-132-4/+5
* crypto: hisilicon/qm - do not reset hardware when CE happensWeili Qian2021-02-101-0/+1
* crypto: hisilicon/qm - removing driver after resetWeili Qian2021-02-101-1/+1