According to the needs of device driver registration. Algorithm-driven priorities and types need to be distinguished.
Hao Fang (1): uadk/crypto: tinyfix for digest/aead/cipher init2
Longfang Liu (3): uadk/alg: bugfix some dynamically loading framework issues uadk: fix some uadk framework issues uadk/drv: update the registration properties of the uadk driver.
drv/hisi_comp.c | 9 +-- drv/hisi_hpre.c | 52 ++++++++++------- drv/hisi_sec.c | 26 ++++----- include/wd.h | 6 ++ include/wd_alg.h | 52 ++++++++++++++++- wd.c | 18 +++--- wd_aead.c | 102 ++++++++++++++++------------------ wd_alg.c | 139 +++++++++++++++++++++++++++++++++------------- wd_cipher.c | 141 ++++++++++++++++++++++++++++------------------- wd_digest.c | 104 ++++++++++++++++------------------ wd_util.c | 21 +++++-- 11 files changed, 412 insertions(+), 258 deletions(-)