summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-10crypto: hisilicon - PASID fixed on Kunpeng 930Weili Qian5-10/+24
2021-02-10crypto: hisilicon/qm - fix use of 'dma_map_single'Weili Qian1-23/+27
2021-02-10crypto: hisilicon/hpre - tiny fixHui Tang1-5/+8
2021-02-10crypto: hisilicon/hpre - adapt the number of clustersHui Tang2-27/+52
2021-01-29crypto: hisilicon/hpre - add ecc algorithm inqury for uacce deviceHui Tang1-1/+4
2021-01-29crypto: hisilicon/hpre - add two RAS correctable errors processingHui Tang1-2/+6
2021-01-29crypto: hisilicon/hpre - delete ECC 1bit error reported thresholdHui Tang1-2/+0
2021-01-14crypto: hisilicon/sec - register SEC device to uacceKai Ye1-1/+38
2021-01-14crypto: hisilicon/hpre - register HPRE device to uacceKai Ye1-0/+54
2021-01-14crypto: hisilicon - add ZIP device using mode parameterKai Ye3-1/+42
2021-01-14crypto: hisilicon/qm - SVA bugfixed on Kunpeng920Kai Ye1-0/+6
2020-12-11crypto: hisilicon/trng - replace atomic_add_return()Yejune Deng1-4/+4
2020-11-27crypto: hisilicon/trng - add support for PRNGWeili Qian2-3/+239
2020-11-27crypto: hisilicon/trng - add HiSilicon TRNG driver supportWeili Qian4-0/+109
2020-11-20crypto: hisilicon/zip - add a work_queue for zip irqYang Shen1-3/+23
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-11-20crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye1-2/+3
2020-11-06crypto: hisilicon/qm - split 'hisi_qm_init' into smaller piecesWeili Qian1-33/+53
2020-11-06crypto: hisilicon/qm - split 'qm_eq_ctx_cfg' into smaller piecesWeili Qian1-12/+32
2020-11-06crypto: hisilicon/qm - split 'qm_qp_ctx_cfg' into smaller piecesWeili Qian1-8/+28
2020-11-06crypto: hisilicon/qm - replace 'sprintf' with 'scnprintf'Weili Qian1-1/+2
2020-11-06crypto: hisilicon/qm - modify return type of 'qm_set_sqctype'Weili Qian1-3/+1
2020-11-06crypto: hisilicon/qm - modify the return type of debugfs interfaceWeili Qian5-25/+8
2020-11-06crypto: hisilicon/qm - modify the return type of functionWeili Qian1-2/+2
2020-11-06crypto: hisilicon/qm - numbers are replaced by macrosWeili Qian1-7/+12
2020-10-30crypto: hisilicon - fixes some coding styleLongfang Liu2-29/+18
2020-10-30crypto: hisilicon - delete unused structure member variablesLongfang Liu1-2/+0
2020-10-30crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose2-2/+13
2020-10-02crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'Sihang Chen1-0/+1
2020-10-02crypto: hisilicon/zip - fix the return value when device is busyYang Shen1-1/+2
2020-10-02crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang1-6/+17
2020-10-02crypto: hisilicon/zip - fix the uncleared debug registersHao Fang1-0/+18
2020-09-25crypto: hisilicon/qm - remove the update of flagsWeili Qian1-1/+0
2020-09-25crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'Yang Shen3-6/+3
2020-09-25crypto: hisilicon/hpre - fix a bug in dh algorithmMeng Yu1-0/+2
2020-09-25crypto: hisilicon/hpre - adjust some coding styleMeng Yu1-8/+5
2020-09-25crypto: hisilicon/hpre - remove useless codeMeng Yu2-5/+4
2020-09-25crypto: hisilicon/qm - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-11/+1
2020-09-18crypto: hisilicon - fixed memory allocation errorLongfang Liu1-4/+12
2020-09-18crypto: hisilicon - update ZIP module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update SEC module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update HPRE module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update mininum queueLongfang Liu1-2/+2