summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2020-05-08crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers1-3/+2
2020-04-30crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei1-1/+1
2020-04-22crypto: hisilicon/qm - add more ACPI dependenciesStephen Rothwell1-0/+3
2020-04-20crypto: hisilicon/qm - fix build failure with ACPI offShukun Tan1-0/+1
2020-04-16crypto: hisilicon/qm - stop qp by judging sq and cq tailYang Shen1-9/+114
2020-04-16crypto: hisilicon/sec2 - add controller reset support for SEC2Yang Shen1-12/+28
2020-04-16crypto: hisilicon/hpre - add controller reset support for HPREHui Tang1-9/+37
2020-04-16crypto: hisilicon/zip - add controller reset support for zipShukun Tan1-6/+51
2020-04-16crypto: hisilicon/qm - add controller reset interfaceShukun Tan2-0/+560
2020-04-16crypto: hisilicon - add vfs_num module parameter for hpre/secHao Fang4-2/+64
2020-04-16crypto: hisilicon - unify SR-IOV related codes into QMShukun Tan5-324/+138
2020-04-16crypto: hisilicon - put vfs_num into struct hisi_qmShukun Tan6-29/+22
2020-04-03crypto: hisilicon - Fix build errorYueHaibing1-0/+2
2020-03-20crypto: hisilicon/sec2 - Add new create qp processKai Ye3-61/+42
2020-03-20crypto: hisilicon/hpre - Optimize finding hpre device processHui Tang3-55/+20
2020-03-20crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan3-114/+34
2020-03-20crypto: hisilicon/qm - Put device finding logic into QMWeili Qian2-0/+156
2020-03-12crypto: hisilicon/sec2 - Add pbuffer mode for SEC driverLongfang Liu2-5/+172
2020-03-12crypto: hisilicon/sec2 - Update IV and MAC operationLongfang Liu2-32/+43
2020-03-12crypto: hisilicon/sec2 - Add iommu status checkLongfang Liu2-0/+20
2020-03-12crypto: hisilicon/sec2 - Add workqueue for SEC driver.Ye Kai1-3/+29
2020-03-12crypto: hisilicon - Use one workqueue per qm instead of per qpShukun Tan2-25/+19
2020-03-06crypto: hisilicon - qm depends on UACCEHongbo Yao1-0/+2
2020-02-28crypto: hisilicon - remove redundant assignment of pointer ctxColin Ian King1-1/+0
2020-02-22crypto: hisilicon - register zip engine to uacceZhangfei Gao3-8/+260
2020-02-22crypto: hisilicon - Remove module_param uacce_modeZhangfei Gao1-25/+6
2020-02-13crypto: hisilicon - Fix duplicate print when qm occur multiple errorsShukun Tan1-31/+28
2020-02-13crypto: hisilicon - Unify error detect process into qmShukun Tan5-244/+185
2020-02-13crypto: hisilicon - Configure zip RAS error typeShukun Tan1-0/+10
2020-02-13crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan5-99/+149
2020-01-22crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Colin Ian King1-1/+1
2020-01-16crypto: hisilicon - add branch prediction macroZaibo Xu1-22/+22
2020-01-16crypto: hisilicon - adjust hpre_crt_para_getZaibo Xu1-14/+14
2020-01-16crypto: hisilicon - Fixed some tiny bugs of HPREZaibo Xu2-38/+32
2020-01-16crypto: hisilicon - Bugfixed tfm leakZaibo Xu2-13/+18
2020-01-16crypto: hisilicon - Add aead support on SEC2Zaibo Xu4-24/+620
2020-01-16crypto: hisilicon - redefine skcipher initiationZaibo Xu1-35/+61
2020-01-16crypto: hisilicon - Add branch prediction macroZaibo Xu1-14/+14
2020-01-16crypto: hisilicon - Add callback error checkZaibo Xu2-6/+10
2020-01-16crypto: hisilicon - Adjust some inner logicZaibo Xu1-26/+28
2020-01-16crypto: hisilicon - Update QP resources of SEC V2Zaibo Xu3-93/+59
2020-01-16crypto: hisilicon - Update some names on SEC V2Zaibo Xu2-29/+36
2020-01-16crypto: hisilicon - fix print/comment of SEC V2Zaibo Xu2-6/+6
2020-01-16crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu3-14/+14
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-11/+21
2020-01-09crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann3-11/+21
2019-12-20crypto: hisilicon - still no need to check return value of debugfs_create fun...Greg Kroah-Hartman1-22/+6
2019-12-11crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers1-1/+1
2019-12-11crypto: hisilicon - Remove useless MODULE macrosZhou Wang1-4/+0
2019-12-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron3-70/+27