summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/zip/zip_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-08crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song1-0/+1
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian1-1/+23
2023-09-20crypto: hisilicon/zip - remove zlib and gzipYang Shen1-287/+21
2023-09-20crypto: hisilicon/zip - support deflate algorithmYang Shen1-16/+70
2022-09-16crypto: hisilicon/zip - support zip capabilityWeili Qian1-12/+55
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian1-2/+4
2022-08-19crypto: hisilicon/zip - some misc cleanupYang Shen1-15/+15
2022-08-19crypto: hisilicon/zip - optimization for performanceYang Shen1-14/+13
2022-08-19crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua1-2/+2
2022-07-29crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+5
2022-04-21crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian1-1/+1
2021-04-02crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930Yang Shen1-0/+25
2021-04-02crypto: hisilicon/zip - initialize operations about 'sqe' in 'acomp_alg.init'Yang Shen1-31/+110
2021-04-02crypto: hisilicon/zip - add comments for 'hisi_zip_sqe'Yang Shen1-2/+2
2021-04-02crypto: hisilicon/zip - adjust functions locationYang Shen1-276/+276
2021-03-12crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu1-2/+2
2020-10-02crypto: hisilicon/zip - fix the return value when device is busyYang Shen1-1/+2
2020-10-02crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang1-6/+17
2020-09-18crypto: hisilicon/zip - fix some coding stylesYang Shen1-7/+7
2020-09-18crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'Yang Shen1-0/+14
2020-09-18crypto: hisilicon/zip - fix static check warningYang Shen1-6/+6
2020-09-18crypto: hisilicon/zip - add print for error branchYang Shen1-13/+40
2020-09-18crypto: hisilicon/zip - use a enum parameter instead of some macrosYang Shen1-10/+13
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen1-1/+1
2020-07-09crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song1-3/+3
2020-05-22crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu1-1/+8
2020-05-15crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang1-6/+5
2020-03-20crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan1-29/+25
2019-12-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron1-69/+23
2019-10-25crypto: hisilicon - Fix using plain integer as NULL pointerShukun Tan1-1/+1
2019-10-10crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan1-1/+25
2019-10-10crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang1-9/+11
2019-09-20crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye1-2/+2
2019-08-15crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang1-2/+4
2019-08-09crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang1-0/+651