summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/sec2
AgeCommit message (Expand)AuthorFilesLines
2020-03-20crypto: hisilicon/sec2 - Add new create qp processKai Ye3-61/+42
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-02-28crypto: hisilicon - remove redundant assignment of pointer ctxColin Ian King1-1/+0
2020-02-13crypto: hisilicon - Unify error detect process into qmShukun Tan1-85/+42
2020-02-13crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan1-30/+21
2020-01-22crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Colin Ian King1-1/+1
2020-01-16crypto: hisilicon - Add aead support on SEC2Zaibo Xu3-23/+613
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-09crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann3-11/+21
2019-11-27crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()Dan Carpenter1-2/+2
2019-11-22crypto: hisilicon - add DebugFS for HiSilicon SECZaibo Xu3-0/+332
2019-11-22crypto: hisilicon - add SRIOV for HiSilicon SECZaibo Xu2-3/+153
2019-11-22crypto: hisilicon - add HiSilicon SEC V2 driverZaibo Xu5-0/+1858