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 -- 2.9.5