*** BLURB HERE ***
Weili Qian (1): drv/dae: support hashagg algorithm
Wenkai Lin (1): uadk: support for the DAE algorithm layer
Makefile.am | 28 +- drv/hisi_dae.c | 1686 ++++++++++++++++++++++++++++++++++++++ drv/hisi_qm_udrv.h | 1 + include/drv/wd_agg_drv.h | 56 ++ include/wd_agg.h | 233 ++++++ include/wd_alg.h | 3 + include/wd_dae.h | 80 ++ include/wd_util.h | 1 + libwd_dae.map | 21 + wd_agg.c | 1572 +++++++++++++++++++++++++++++++++++ wd_util.c | 2 + 11 files changed, 3680 insertions(+), 3 deletions(-) create mode 100644 drv/hisi_dae.c create mode 100644 include/drv/wd_agg_drv.h create mode 100644 include/wd_agg.h create mode 100644 include/wd_dae.h create mode 100644 libwd_dae.map create mode 100644 wd_agg.c