mbox series

[v1,0/2] FIPS validation capability

Message ID 20180907171311.20371-1-marko.kovacevic@intel.com (mailing list archive)
Headers
Series FIPS validation capability |

Message

Kovacevic, Marko Sept. 7, 2018, 5:13 p.m. UTC
  Adding capability into DPDK to allow certification for FIPS
validation, I have just added one test for one algo will be adding other
algos into other versions of the patch and i will be refactoring the code and
cleaning the parser once i start adding the different algos.

Marko Kovacevic (2):
  test/test: cryptodev application for FIPS certification
  test/test: cryptodev application parser for FIPS certification

 test/test/Makefile                           |   4 +
 test/test/test_cryptodev_fips.c              | 771 +++++++++++++++++++++++++++
 test/test/test_cryptodev_fips_parse.h        | 156 ++++++
 test/test/test_cryptodev_fips_parse_aes.c    | 399 ++++++++++++++
 test/test/test_cryptodev_fips_parse_common.c | 330 ++++++++++++
 5 files changed, 1660 insertions(+)
 create mode 100644 test/test/test_cryptodev_fips.c
 create mode 100644 test/test/test_cryptodev_fips_parse.h
 create mode 100644 test/test/test_cryptodev_fips_parse_aes.c
 create mode 100644 test/test/test_cryptodev_fips_parse_common.c