From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marko Kovacevic Subject: [PATCH v1 0/2] FIPS validation capability Date: Fri, 7 Sep 2018 18:13:09 +0100 Message-ID: <20180907171311.20371-1-marko.kovacevic@intel.com> Cc: akhil.goyal@nxp.com, roy.fan.zhang@intel.com, Marko Kovacevic To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 294914F91 for ; Fri, 7 Sep 2018 19:15:03 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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