This patchset adds the message pool depth configuration.
Users can input value to initialize the message pool.
Weili Qian (3):
uadk: add the msg pool depth configuration
uadk/v1: add the cookie depth configuration
uadk/tool: initialize cparams to zero
include/wd_alg_common.h | 17 +++++++++++++++++
include/wd_util.h | 9 ++++++---
uadk_tool/test/test_sec.c | 4 ++--
v1/wd.h | 8 +++++++-
v1/wd_aead.c | 26 +++++++++++++++++---------
v1/wd_cipher.c | 27 +++++++++++++++++----------
v1/wd_comp.c | 4 +++-
v1/wd_dh.c | 8 +++++---
v1/wd_digest.c | 28 ++++++++++++++++++----------
v1/wd_ecc.c | 29 +++++++++++++++++++----------
v1/wd_rng.c | 14 ++++++++------
v1/wd_rsa.c | 12 +++++++-----
v1/wd_util.c | 16 ++++++++++++++++
v1/wd_util.h | 11 ++++++-----
wd_aead.c | 5 ++---
wd_cipher.c | 3 +--
wd_comp.c | 6 ++----
wd_dh.c | 3 +--
wd_digest.c | 3 +--
wd_ecc.c | 6 +-----
wd_rsa.c | 6 +-----
wd_util.c | 31 ++++++++++++++++++++++++++++---
wd_zlibwrapper.c | 2 +-
23 files changed, 186 insertions(+), 92 deletions(-)
--
2.30.0