*** BLURB HERE ***
Hao Fang (1): uadk/test: move main function to testsuit.c and rm test_sva_perf.c
Longfang Liu (1): uadk: fix some code bugs
Qi Tao (1): uadk: add null pointer check
Wenkai Lin (3): uadk: fix for sec software compute check uadk: fix for cipher update iv uadk/v1: fix for cipher update iv
Yang Shen (1): uadk/cipher - add length check of CBC_CTS mode
drv/hash_mb/hash_mb.c | 6 +- drv/hisi_comp.c | 10 +- drv/hisi_dae.c | 6 +- drv/hisi_hpre.c | 8 +- drv/hisi_sec.c | 61 ++-- drv/isa_ce_sm3.c | 6 +- drv/isa_ce_sm4.c | 6 +- test/hisi_zip_test/Makefile.am | 2 +- test/hisi_zip_test/test_sva_perf.c | 524 ----------------------------- test/hisi_zip_test/testsuit.c | 474 +++++++++++++++++++++++++- v1/drv/hisi_sec_udrv.c | 80 ++++- wd_cipher.c | 36 +- wd_ecc.c | 6 +- wd_util.c | 11 +- 14 files changed, 639 insertions(+), 597 deletions(-) delete mode 100644 test/hisi_zip_test/test_sva_perf.c