summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)Author
2020-04-03crypto: hisilicon - Fix build errorYueHaibing
2020-03-20crypto: hisilicon/sec2 - Add new create qp processKai Ye
2020-03-20crypto: hisilicon/hpre - Optimize finding hpre device processHui Tang
2020-03-20crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan
2020-03-20crypto: hisilicon/qm - Put device finding logic into QMWeili Qian
2020-03-12crypto: hisilicon/sec2 - Add pbuffer mode for SEC driverLongfang Liu
2020-03-12crypto: hisilicon/sec2 - Update IV and MAC operationLongfang Liu
2020-03-12crypto: hisilicon/sec2 - Add iommu status checkLongfang Liu
2020-03-12crypto: hisilicon/sec2 - Add workqueue for SEC driver.Ye Kai
2020-03-12crypto: hisilicon - Use one workqueue per qm instead of per qpShukun Tan
2020-03-06crypto: hisilicon - qm depends on UACCEHongbo Yao
2020-02-28crypto: hisilicon - remove redundant assignment of pointer ctxColin Ian King
2020-02-22crypto: hisilicon - register zip engine to uacceZhangfei Gao
2020-02-22crypto: hisilicon - Remove module_param uacce_modeZhangfei Gao
2020-02-13crypto: hisilicon - Fix duplicate print when qm occur multiple errorsShukun Tan
2020-02-13crypto: hisilicon - Unify error detect process into qmShukun Tan
2020-02-13crypto: hisilicon - Configure zip RAS error typeShukun Tan
2020-02-13crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan
2020-01-22crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Colin Ian King
2020-01-16crypto: hisilicon - add branch prediction macroZaibo Xu
2020-01-16crypto: hisilicon - adjust hpre_crt_para_getZaibo Xu
2020-01-16crypto: hisilicon - Fixed some tiny bugs of HPREZaibo Xu
2020-01-16crypto: hisilicon - Bugfixed tfm leakZaibo Xu
2020-01-16crypto: hisilicon - Add aead support on SEC2Zaibo Xu
2020-01-16crypto: hisilicon - redefine skcipher initiationZaibo Xu
2020-01-16crypto: hisilicon - Add branch prediction macroZaibo Xu
2020-01-16crypto: hisilicon - Add callback error checkZaibo Xu
2020-01-16crypto: hisilicon - Adjust some inner logicZaibo Xu
2020-01-16crypto: hisilicon - Update QP resources of SEC V2Zaibo Xu
2020-01-16crypto: hisilicon - Update some names on SEC V2Zaibo Xu
2020-01-16crypto: hisilicon - fix print/comment of SEC V2Zaibo Xu
2020-01-16crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2020-01-09crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann
2019-12-20crypto: hisilicon - still no need to check return value of debugfs_create fun...Greg Kroah-Hartman
2019-12-11crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers
2019-12-11crypto: hisilicon - Remove useless MODULE macrosZhou Wang
2019-12-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron
2019-12-11crypto: hisilicon - Fix issue with wrong number of sg elements after dma mapJonathan Cameron
2019-11-27crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()Dan Carpenter
2019-11-22crypto: hisilicon - add DebugFS for HiSilicon SECZaibo Xu
2019-11-22crypto: hisilicon - add SRIOV for HiSilicon SECZaibo Xu
2019-11-22crypto: hisilicon - add HiSilicon SEC V2 driverZaibo Xu
2019-11-17crypto: hisilicon - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-11-17crypto: hisilicon - add vfs_num module param for zipHao Fang
2019-11-08crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMAZhou Wang
2019-11-01crypto: hisilicon - fix to return sub-optimal device when best device has no qpsZhou Wang
2019-11-01crypto: hisilicon - use sgl API to get sgl dma addr and lenZhou Wang
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers
2019-10-26crypto: hisilicon - fix endianness verification problem of QMShukun Tan