DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/2] FIPS validation capability
@ 2018-09-07 17:13 Marko Kovacevic
  2018-09-07 17:13 ` [dpdk-dev] [PATCH v1 1/2] test/test: cryptodev application for FIPS certification Marko Kovacevic
  2018-09-07 17:13 ` [dpdk-dev] [PATCH v1 2/2] test/test: cryptodev application parser " Marko Kovacevic
  0 siblings, 2 replies; 3+ messages in thread
From: Marko Kovacevic @ 2018-09-07 17:13 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, roy.fan.zhang, Marko Kovacevic

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-07 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07 17:13 [dpdk-dev] [PATCH v1 0/2] FIPS validation capability Marko Kovacevic
2018-09-07 17:13 ` [dpdk-dev] [PATCH v1 1/2] test/test: cryptodev application for FIPS certification Marko Kovacevic
2018-09-07 17:13 ` [dpdk-dev] [PATCH v1 2/2] test/test: cryptodev application parser " Marko Kovacevic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).