[PATCH v2 4/4] app/test: add kasumi f8 test into QAT testsuite
From: Deepak Kumar Jain <hidden>
Date: 2016-08-25 13:23:48
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Deepak Kumar Jain <hidden>
Date: 2016-08-25 13:23:48
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Deepak Kumar JAIN <redacted> Signed-off-by: Deepak Kumar Jain <redacted> --- app/test/test_cryptodev.c | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index a0dae4f..fa16d32 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c@@ -4156,6 +4156,10 @@ static struct unit_test_suite cryptodev_qat_testsuite = { TEST_CASE_ST(ut_setup, ut_teardown, test_kasumi_hash_generate_test_case_6), + /** KASUMI encrypt only (F8) */ + TEST_CASE_ST(ut_setup, ut_teardown, + test_kasumi_encryption_test_case_1), + TEST_CASES_END() /**< NULL terminate unit test array */ } };
--
2.5.5