summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: hisilicon - fix param should be static when not external.Shukun Tan2019-10-261-3/+3
* crypto: hisilicon - Fix using plain integer as NULL pointerShukun Tan2019-10-261-1/+1
* crypto: hisilicon - tiny fix about QM/ZIP error callback printZhou Wang2019-10-262-9/+3
* crypto: hisilicon: Fix misuse of GENMASK macroRikard Falkeborn2019-10-231-2/+2
* crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang2019-10-231-0/+1
* crypto: hisilicon - Add debugfs for HPREZaibo Xu2019-10-102-2/+460
* crypto: hisilicon - add SRIOV support for HPREZaibo Xu2019-10-102-7/+133
* crypto: hisilicon - add HiSilicon HPRE acceleratorZaibo Xu2019-10-106-0/+1702
* crypto: hisilicon - misc fix about sglZhou Wang2019-10-101-18/+22
* crypto: hisilicon - fix large sgl memory allocation problem when disable smmuZhou Wang2019-10-101-15/+68
* crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan2019-10-103-2/+28
* crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang2019-10-107-84/+58
* crypto: hisilicon - allow compile-testing on x86Arnd Bergmann2019-10-052-3/+12
* crypto: hisilicon - avoid unused function warningArnd Bergmann2019-09-201-5/+2
* crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye2019-09-201-2/+2
* crypto: hisilicon - Matching the dma address for dma_pool_free()Yunfeng Ye2019-09-201-25/+19
* crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye2019-09-201-6/+7
* crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driverMao Wenan2019-08-301-0/+1