aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20crypto: hisilicon - avoid unused function warningArnd Bergmann1-5/+2
2019-09-20crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye1-2/+2
2019-09-20crypto: hisilicon - Matching the dma address for dma_pool_free()Yunfeng Ye1-25/+19
2019-09-20crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye1-6/+7
2019-08-30crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driverMao Wenan1-0/+1
2019-08-22crypto: hisilicon - Fix warning on printing %p with dma_addr_tHerbert Xu1-2/+2
2019-08-22crypto: hisilicon/des - switch to new verification routinesArd Biesheuvel1-11/+7
2019-08-15crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang1-2/+4
2019-08-15crypto: hisilicon - add missing single_releaseZhou Wang1-0/+1
2019-08-15crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang1-1/+1
2019-08-15crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIPZhou Wang1-0/+1
2019-08-15crypto: hisilicon - fix kbuild warningsZhou Wang1-3/+3
2019-08-09crypto: hisilicon - add debugfs for ZIP and QMZhou Wang3-1/+704
2019-08-09crypto: hisilicon - add SRIOV support for ZIPZhou Wang3-25/+226
2019-08-09crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang6-0/+1237
2019-08-09crypto: hisilicon - add hardware SGL supportZhou Wang4-0/+247
2019-08-09crypto: hisilicon - add queue management driver for HiSilicon QM moduleZhou Wang4-0/+1740
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-04-18crypto: hisilicon - Forbid 2-key 3DES in FIPS modeHerbert Xu1-8/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-11/+8
2018-11-09crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry1-10/+11
2018-11-09crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry1-4/+6
2018-08-07crypto: hisilicon - sec_send_request() can be statickbuild test robot1-1/+1
2018-08-03crypto: hisilicon - SEC security accelerator driverJonathan Cameron6-0/+2892