From: Pablo de Lara Date: Mon, 20 Jun 2016 14:44:59 +0000 (+0100) Subject: app/test: add out-of-place cases for SNOW 3G X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=834649219f4448a9805f170b36c98284c3e73186;p=dpdk.git app/test: add out-of-place cases for SNOW 3G Signed-off-by: Pablo de Lara Acked-by: Deepak Kumar Jain --- diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index 7dc5648ecf..803f1f62cf 100644 --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptodev.c @@ -4057,6 +4057,11 @@ static struct unit_test_suite cryptodev_sw_snow3g_testsuite = { TEST_CASE_ST(ut_setup, ut_teardown, test_snow3g_encryption_test_case_5), + TEST_CASE_ST(ut_setup, ut_teardown, + test_snow3g_encryption_test_case_1_oop), + TEST_CASE_ST(ut_setup, ut_teardown, + test_snow3g_decryption_test_case_1_oop), + /** Snow3G decrypt only (UEA2) */ TEST_CASE_ST(ut_setup, ut_teardown, test_snow3g_decryption_test_case_1),