[dts] [PATCH V1 3/3] add fips_cryptodev config

yaobing bingx.y.yao at intel.com
Tue Oct 8 07:29:29 CEST 2019


add fips_cryptodev config

Signed-off-by: yaobing <bingx.y.yao at intel.com>
---
 conf/fips_cryptodev.cfg | 102 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 102 insertions(+)
 create mode 100644 conf/fips_cryptodev.cfg

diff --git a/conf/fips_cryptodev.cfg b/conf/fips_cryptodev.cfg
new file mode 100644
index 0000000..b3fd6b5
--- /dev/null
+++ b/conf/fips_cryptodev.cfg
@@ -0,0 +1,102 @@
+[suite]
+# Cryptodev common options qat device idcrypto_dev_id="37c9"
+crypto_dev_id="37c9"
+
+l="9,10,66"
+socket-mem="2048,2048 --legacy-mem"
+n=6
+
+vdev="crypto_aesni_mb_pmd_1"
+
+[test_fips_aesni_gcm_gcm]
+w="0000:af:00.0"
+req-file="/root/FIPS/GCM/req"
+rsp-file="/root/FIPS/GCM/resp"
+cryptodev="crypto_aesni_gcm_pmd_1"
+
+[test_fips_aesni_mb_3des]
+w="0000:af:00.0"
+req-file="/root/FIPS/TDES/req"
+rsp-file="/root/FIPS/TDES/resp"
+cryptodev="crypto_aesni_mb_pmd_1"
+
+[test_fips_aesni_mb_aes]
+w="0000:af:00.0"
+req-file="/root/FIPS/AES/req"
+rsp-file="/root/FIPS/AES/resp"
+cryptodev="crypto_aesni_mb_pmd_1"
+
+[test_fips_aesni_mb_ccm]
+w="0000:af:00.0"
+req-file="/root/FIPS/CCM/req"
+rsp-file="/root/FIPS/CCM/resp"
+
+[test_fips_aesni_mb_cmac]
+w="0000:af:00.0"
+req-file="/root/FIPS/CMAC/req"
+rsp-file="/root/FIPS/CMAC/resp"
+
+[test_fips_aesni_mb_hmac]
+w="0000:af:00.0"
+req-file="/root/FIPS/HMAC/req"
+rsp-file="/root/FIPS/HMAC/resp"
+
+[test_fips_broken_test]
+w="0000:1a:01.0"
+req-file="/root/FIPS/AES/req"
+rsp-file="/root/FIPS/AES/resp"
+
+[test_fips_openssl_3des]
+req-file="/root/FIPS/TDES/req"
+rsp-file="/root/FIPS/TDES/resp"
+
+[test_fips_openssl_aes]
+req-file="/root/FIPS/AES/req"
+rsp-file="/root/FIPS/AES/resp"
+
+[test_fips_openssl_ccm]
+req-file="/root/FIPS/CCM/req"
+rsp-file="/root/FIPS/CCM/resp"
+
+[test_fips_openssl_gcm]
+req-file="/root/FIPS/GCM/req"
+rsp-file="/root/FIPS/GCM/resp"
+
+[test_fips_openssl_hmac]
+req-file="/root/FIPS/HMAC/req"
+rsp-file="/root/FIPS/HMAC/resp"
+
+[test_fips_qat_3des]
+w="0000:1a:01.0"
+req-file="/root/FIPS/TDES/req"
+rsp-file="/root/FIPS/TDES/resp"
+
+[test_fips_qat_aes]
+w="0000:1a:01.0"
+req-file="/root/FIPS/AES/req"
+rsp-file="/root/FIPS/AES/resp"
+
+[test_fips_qat_ccm]
+w="0000:1a:01.0"
+req-file="/root/FIPS/CCM/req"
+rsp-file="/root/FIPS/CCM/resp"
+
+[test_fips_qat_cmac]
+w="0000:1a:01.0"
+req-file="/root/FIPS/CMAC/req"
+rsp-file="/root/FIPS/CMAC/resp"
+
+[test_fips_qat_gcm]
+w="0000:1a:01.0"
+req-file="/root/FIPS/GCM/req"
+rsp-file="/root/FIPS/GCM/resp"
+
+[test_fips_qat_hmac]
+w="0000:1a:01.0"
+req-file="/root/FIPS/HMAC/req"
+rsp-file="/root/FIPS/HMAC/resp"
+
+[test_fips_self_test]
+w="0000:1a:01.0"
+req-file="/root/FIPS/AES/req"
+rsp-file="/root/FIPS/AES/resp"
-- 
2.17.2



More information about the dts mailing list