[PATCH 4/4] app/test: add kasumi f8 test into QAT testsuite
From: Deepak Kumar Jain <hidden>
Date: 2016-08-23 21:36:00
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Deepak Kumar Jain <hidden>
Date: 2016-08-23 21:36:00
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Deepak Kumar Jain <redacted> --- app/test/test_cryptodev.c | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 9cf4504..fdcdbeb 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c@@ -4145,6 +4145,11 @@ static struct unit_test_suite cryptodev_qat_testsuite = { /** KASUMI F9 Authentication only **/ 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