summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon - Fix build errorYueHaibing2020-04-031-0/+2
* crypto: hisilicon/sec2 - Add new create qp processKai Ye2020-03-203-61/+42
* crypto: hisilicon/hpre - Optimize finding hpre device processHui Tang2020-03-203-55/+20
* crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan2020-03-203-114/+34
* crypto: hisilicon/qm - Put device finding logic into QMWeili Qian2020-03-202-0/+156
* crypto: hisilicon/sec2 - Add pbuffer mode for SEC driverLongfang Liu2020-03-122-5/+172
* crypto: hisilicon/sec2 - Update IV and MAC operationLongfang Liu2020-03-122-32/+43
* crypto: hisilicon/sec2 - Add iommu status checkLongfang Liu2020-03-122-0/+20
* crypto: hisilicon/sec2 - Add workqueue for SEC driver.Ye Kai2020-03-121-3/+29
* crypto: hisilicon - Use one workqueue per qm instead of per qpShukun Tan2020-03-122-25/+19
* crypto: hisilicon - qm depends on UACCEHongbo Yao2020-03-061-0/+2
* crypto: hisilicon - remove redundant assignment of pointer ctxColin Ian King2020-02-281-1/+0
* crypto: hisilicon - register zip engine to uacceZhangfei Gao2020-02-223-8/+260
* crypto: hisilicon - Remove module_param uacce_modeZhangfei Gao2020-02-221-25/+6
* crypto: hisilicon - Fix duplicate print when qm occur multiple errorsShukun Tan2020-02-131-31/+28
* crypto: hisilicon - Unify error detect process into qmShukun Tan2020-02-135-244/+185
* crypto: hisilicon - Configure zip RAS error typeShukun Tan2020-02-131-0/+10
* crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan2020-02-135-99/+149
* crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Colin Ian King2020-01-221-1/+1
* crypto: hisilicon - add branch prediction macroZaibo Xu2020-01-161-22/+22
* crypto: hisilicon - adjust hpre_crt_para_getZaibo Xu2020-01-161-14/+14
* crypto: hisilicon - Fixed some tiny bugs of HPREZaibo Xu2020-01-162-38/+32
* crypto: hisilicon - Bugfixed tfm leakZaibo Xu2020-01-162-13/+18
* crypto: hisilicon - Add aead support on SEC2Zaibo Xu2020-01-164-24/+620
* crypto: hisilicon - redefine skcipher initiationZaibo Xu2020-01-161-35/+61
* crypto: hisilicon - Add branch prediction macroZaibo Xu2020-01-161-14/+14
* crypto: hisilicon - Add callback error checkZaibo Xu2020-01-162-6/+10
* crypto: hisilicon - Adjust some inner logicZaibo Xu2020-01-161-26/+28
* crypto: hisilicon - Update QP resources of SEC V2Zaibo Xu2020-01-163-93/+59
* crypto: hisilicon - Update some names on SEC V2Zaibo Xu2020-01-162-29/+36
* crypto: hisilicon - fix print/comment of SEC V2Zaibo Xu2020-01-162-6/+6
* crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu2020-01-163-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2020-01-163-11/+21
|\
| * crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann2020-01-093-11/+21
* | crypto: hisilicon - still no need to check return value of debugfs_create fun...Greg Kroah-Hartman2019-12-201-22/+6
* | crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers2019-12-111-1/+1
* | crypto: hisilicon - Remove useless MODULE macrosZhou Wang2019-12-111-4/+0
* | crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron2019-12-113-70/+27
* | crypto: hisilicon - Fix issue with wrong number of sg elements after dma mapJonathan Cameron2019-12-111-5/+8
|/
* crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()Dan Carpenter2019-11-271-2/+2
* crypto: hisilicon - add DebugFS for HiSilicon SECZaibo Xu2019-11-223-0/+332
* crypto: hisilicon - add SRIOV for HiSilicon SECZaibo Xu2019-11-222-3/+153
* crypto: hisilicon - add HiSilicon SEC V2 driverZaibo Xu2019-11-227-0/+1875
* crypto: hisilicon - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-172-32/+11
* crypto: hisilicon - add vfs_num module param for zipHao Fang2019-11-171-84/+98
* crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMAZhou Wang2019-11-081-26/+25
* crypto: hisilicon - fix to return sub-optimal device when best device has no qpsZhou Wang2019-11-013-20/+77
* crypto: hisilicon - use sgl API to get sgl dma addr and lenZhou Wang2019-11-012-3/+2
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
* crypto: hisilicon - fix endianness verification problem of QMShukun Tan2019-10-262-44/+45