
*** BLURB HERE *** Chenghai Huang (6): uadk:remove the data consumption modifying when copying cache output uadk: add the function of parsing the cached tail packets uadk: add the function of parsing the cached tail packets in v1 uadk: fix the windowbits setting issue in zlibwrapper uadk: fix gzip windowbits and level setting issue in zlibwrapper uadk: fix repeated initialization issue Hao Fang (1): uadk_tool: hpre: fix for x448/x25519 perf test failed Longfang Liu (2): uadk: removal of the Shared Memory Interface for Queues uadk_tools: Removal of the Shared Memory Interface for Queues Qi Tao (1): uadk: fix code cleanup issues Super User (1): uadk: the uadk_tool is compiled using the private OpenSSL header file. Zhiqi Song (1): uadk/hpre: remove redundant null operation Zhushuai Yin (3): Uadk: Fix the DAE memory leak issue. uadk: The MAX MIN and rehash functions are added to the hash agg. Uadk: fix hash agg review comments lizhi (8): uadk: adapt ECDH for high-performance cores uadk_tool: adapt ecdh benchmark with secp256r1 curve uadk/hpre: fix up severel parameter type mismatch issues uadk: check hardware type to config hpcore field uadk_tool: update ECC curve in uadk_tool benchmark uadk:fix some cleanup issues uadk: fix potential null pointer dereference uadk_tool: Fix x448 bug caused by wrong nid. Makefile.am | 2 + drv/hisi_comp.c | 54 +-- drv/hisi_comp_huf.c | 248 ++++++++++++++ drv/hisi_comp_huf.h | 19 ++ drv/hisi_dae.c | 244 ++++++++++++-- drv/hisi_hpre.c | 108 +++++- drv/hisi_qm_udrv.h | 3 +- include/drv/wd_agg_drv.h | 10 +- include/drv/wd_ecc_drv.h | 10 + include/wd_agg.h | 9 +- include/wd_ecc_curve.h | 27 ++ include/wd_util.h | 2 +- include/wd_zlibwrapper.h | 2 +- uadk_tool/benchmark/hpre_uadk_benchmark.c | 58 ++-- uadk_tool/benchmark/hpre_wd_benchmark.c | 32 +- uadk_tool/benchmark/sec_soft_benchmark.c | 20 +- uadk_tool/benchmark/uadk_benchmark.h | 2 +- uadk_tool/test/comp_lib.h | 2 +- v1/drv/hisi_zip_huf.c | 248 ++++++++++++++ v1/drv/hisi_zip_huf.h | 19 ++ v1/drv/hisi_zip_udrv.c | 52 ++- v1/test/hisi_hpre_test/hpre_test_tools.c | 392 ---------------------- v1/test/hisi_zip_test_sgl/wd_sched_sgl.c | 310 +++++++++-------- v1/test/test_mm/test_wd_mem.c | 8 +- v1/test/wd_sched.c | 247 +++++++------- v1/uacce.h | 1 - v1/wd.c | 57 +--- v1/wd.h | 2 - wd.c | 4 +- wd_aead.c | 8 +- wd_agg.c | 47 +-- wd_cipher.c | 16 +- wd_comp.c | 6 +- wd_dh.c | 4 +- wd_digest.c | 7 +- wd_ecc.c | 70 +++- wd_rsa.c | 5 +- wd_util.c | 6 +- wd_zlibwrapper.c | 48 +-- 39 files changed, 1473 insertions(+), 936 deletions(-) create mode 100644 drv/hisi_comp_huf.c create mode 100644 drv/hisi_comp_huf.h create mode 100644 v1/drv/hisi_zip_huf.c create mode 100644 v1/drv/hisi_zip_huf.h -- 2.33.0