This patchset adds SGL and GMAC support to fips_validation sample application. The added cmdline option allows user to split the input data into multiple mbuf segments to test SGL feature of the target cryptodev PMD; The NIST GCMVS compliant GMAC test method support is also added in this patchset.
V3: - Rebased on top of latest master. V2: - Fixed compile issue. Fan Zhang (2): fips_validation: add SGL support fips_validation: update GCM test doc/guides/rel_notes/release_20_11.rst | 5 + doc/guides/sample_app_ug/fips_validation.rst | 6 + examples/fips_validation/fips_validation.h | 29 +- .../fips_validation/fips_validation_gcm.c | 118 ++++- examples/fips_validation/main.c | 447 +++++++++++++----- 5 files changed, 460 insertions(+), 145 deletions(-) -- 2.20.1