From: Weili Qian <qianweili@huawei.com> Some bug fixes and code cleanup for uadk. Longfang Liu (2): uadk: modify the queue lookup method for the compression algorithm uadk: update compression algorithm memory pool creation Weili Qian (7): uadk: remove unused inner async poll uadk: fix memory leak when wd_get_alg_type() fails uadk: check the strdup() return value uadk/v1: replaced the deprecated <sys/poll.h> with <poll.h> uadk: remove redundant check uadk: include missing header file uadk: move library dependencies to LIBADD Zhushuai Yin (1): uadk/v1:fix integer overflow problem Makefile.am | 24 +- docs/wd_environment_variable | 7 - include/wd_aead.h | 3 +- include/wd_cipher.h | 3 +- include/wd_comp.h | 3 +- include/wd_digest.h | 3 +- include/wd_ecc.h | 3 +- include/wd_rsa.h | 3 +- include/wd_util.h | 41 +-- test/sanity_test.sh | 2 - uadk_tool/benchmark/zip_uadk_benchmark.c | 9 +- v1/wd.c | 2 +- v1/wd_util.c | 2 +- wd_aead.c | 27 +- wd_cipher.c | 24 +- wd_comp.c | 30 +- wd_dh.c | 24 +- wd_digest.c | 24 +- wd_ecc.c | 24 +- wd_rsa.c | 24 +- wd_util.c | 439 +---------------------- 21 files changed, 115 insertions(+), 606 deletions(-) -- 2.43.0