summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon - use the correct HiSilicon copyrightHao Fang2021-04-023-5/+5
* crypto: hisilicon/qm - add queue isolation support for Kunpeng930Weili Qian2021-03-262-48/+117
* crypto: hisilicon/qm - set the number of queues for functionWeili Qian2021-03-262-26/+78
* crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.cWeili Qian2021-03-267-200/+76
* crypto: hisilicon/qm - set the total number of queuesWeili Qian2021-03-264-16/+16
* crypto: hisilicon/hpre - fix KconfigHui Tang2021-03-261-1/+2
* crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leakHui Tang2021-03-261-1/+12
* crypto: hisilicon - fix the check on dma addressHui Tang2021-03-263-19/+1
* 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/sec - Supply missing description for 'sec_queue_empty()'s '...Lee Jones2021-03-261-0/+1
* crypto: hisilicon/sec - fixes some driver coding styleLongfang Liu2021-03-191-55/+76
* crypto: hisilicon/sec - fixes some coding styleLongfang Liu2021-03-193-43/+39
* crypto: hisilicon/sec - fixes a printing errorLongfang Liu2021-03-191-1/+1
* crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu2021-03-123-8/+361
* crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu2021-03-123-5/+513
* crypto: hisilicon/hpre - add algorithm typeMeng Yu2021-03-123-9/+24
* crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu2021-03-129-18/+19
* crypto: hisilicon/qm - fix printing format issueWeili Qian2021-02-102-9/+9
* crypto: hisilicon/qm - do not reset hardware when CE happensWeili Qian2021-02-105-7/+24
* crypto: hisilicon/qm - update irqflagSihang Chen2021-02-101-4/+3
* crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2'Weili Qian2021-02-101-1/+1
* crypto: hisilicon/qm - fix request missing errorWeili Qian2021-02-101-0/+28
* crypto: hisilicon/qm - removing driver after resetWeili Qian2021-02-105-20/+36
* crypto: hisilicon/hpre - enable Elliptic curve cryptographyHui Tang2021-02-101-1/+8
* crypto: hisilicon - PASID fixed on Kunpeng 930Weili Qian2021-02-105-10/+24
* crypto: hisilicon/qm - fix use of 'dma_map_single'Weili Qian2021-02-101-23/+27
* crypto: hisilicon/hpre - tiny fixHui Tang2021-02-101-5/+8
* crypto: hisilicon/hpre - adapt the number of clustersHui Tang2021-02-102-27/+52
* crypto: hisilicon/hpre - add ecc algorithm inqury for uacce deviceHui Tang2021-01-291-1/+4
* crypto: hisilicon/hpre - add two RAS correctable errors processingHui Tang2021-01-291-2/+6
* crypto: hisilicon/hpre - delete ECC 1bit error reported thresholdHui Tang2021-01-291-2/+0
* crypto: hisilicon/sec - register SEC device to uacceKai Ye2021-01-141-1/+38
* crypto: hisilicon/hpre - register HPRE device to uacceKai Ye2021-01-141-0/+54
* crypto: hisilicon - add ZIP device using mode parameterKai Ye2021-01-143-1/+42
* crypto: hisilicon/qm - SVA bugfixed on Kunpeng920Kai Ye2021-01-141-0/+6
* crypto: hisilicon/trng - replace atomic_add_return()Yejune Deng2020-12-111-4/+4
* crypto: hisilicon/trng - add support for PRNGWeili Qian2020-11-272-3/+239
* crypto: hisilicon/trng - add HiSilicon TRNG driver supportWeili Qian2020-11-274-0/+109
* crypto: hisilicon/zip - add a work_queue for zip irqYang Shen2020-11-201-3/+23
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye2020-11-201-2/+3
* crypto: hisilicon/qm - split 'hisi_qm_init' into smaller piecesWeili Qian2020-11-061-33/+53
* crypto: hisilicon/qm - split 'qm_eq_ctx_cfg' into smaller piecesWeili Qian2020-11-061-12/+32
* crypto: hisilicon/qm - split 'qm_qp_ctx_cfg' into smaller piecesWeili Qian2020-11-061-8/+28
* crypto: hisilicon/qm - replace 'sprintf' with 'scnprintf'Weili Qian2020-11-061-1/+2
* crypto: hisilicon/qm - modify return type of 'qm_set_sqctype'Weili Qian2020-11-061-3/+1
* crypto: hisilicon/qm - modify the return type of debugfs interfaceWeili Qian2020-11-065-25/+8
* crypto: hisilicon/qm - modify the return type of functionWeili Qian2020-11-061-2/+2
* crypto: hisilicon/qm - numbers are replaced by macrosWeili Qian2020-11-061-7/+12