summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/zip/zip_crypto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/qm - check function qp num before alg registerWeili Qian2023-10-051-1/+23
* crypto: hisilicon/zip - remove zlib and gzipYang Shen2023-09-201-287/+21
* crypto: hisilicon/zip - support deflate algorithmYang Shen2023-09-201-16/+70
* crypto: hisilicon/zip - support zip capabilityWeili Qian2022-09-161-12/+55
* crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-161-2/+4
* crypto: hisilicon/zip - some misc cleanupYang Shen2022-08-191-15/+15
* crypto: hisilicon/zip - optimization for performanceYang Shen2022-08-191-14/+13
* crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua2022-08-191-2/+2
* crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-291-5/+5
* crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian2022-04-211-1/+1
* crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930Yang Shen2021-04-021-0/+25
* crypto: hisilicon/zip - initialize operations about 'sqe' in 'acomp_alg.init'Yang Shen2021-04-021-31/+110
* crypto: hisilicon/zip - add comments for 'hisi_zip_sqe'Yang Shen2021-04-021-2/+2
* crypto: hisilicon/zip - adjust functions locationYang Shen2021-04-021-276/+276
* crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu2021-03-121-2/+2
* crypto: hisilicon/zip - fix the return value when device is busyYang Shen2020-10-021-1/+2
* crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang2020-10-021-6/+17
* crypto: hisilicon/zip - fix some coding stylesYang Shen2020-09-181-7/+7
* crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'Yang Shen2020-09-181-0/+14
* crypto: hisilicon/zip - fix static check warningYang Shen2020-09-181-6/+6
* crypto: hisilicon/zip - add print for error branchYang Shen2020-09-181-13/+40
* crypto: hisilicon/zip - use a enum parameter instead of some macrosYang Shen2020-09-181-10/+13
* crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen2020-08-211-1/+1
* crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song2020-07-091-3/+3
* crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu2020-05-221-1/+8
* crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang2020-05-151-6/+5
* crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan2020-03-201-29/+25
* crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron2019-12-111-69/+23
* crypto: hisilicon - Fix using plain integer as NULL pointerShukun Tan2019-10-251-1/+1
* crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan2019-10-101-1/+25
* crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang2019-10-101-9/+11
* crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye2019-09-201-2/+2
* crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang2019-08-151-2/+4
* crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang2019-08-091-0/+651