mbox

[v2,0/2] fips_validation: add SGL and GMAC support

Message ID 20200904160945.24590-1-roy.fan.zhang@intel.com (mailing list archive)
Headers

Message

Fan Zhang Sept. 4, 2020, 4:09 p.m. UTC
  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.

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               | 442 +++++++++++++-----
 5 files changed, 460 insertions(+), 140 deletions(-)