]> git.droids-corp.org - dpdk.git/blobdiff - test/test/test_cryptodev.c
crypto/dpaa2_sec: support out of place buffers
[dpdk.git] / test / test / test_cryptodev.c
index a9267790f4dbe439dcd06cb03b5f1f0f8aeff6b6..cb9b48612869657319b9dc26d2285b7bab5e9170 100644 (file)
@@ -9491,6 +9491,12 @@ static struct unit_test_suite cryptodev_dpaa2_sec_testsuite  = {
                TEST_CASE_ST(ut_setup, ut_teardown,
                        test_AES_GCM_auth_decryption_test_case_256_7),
 
+               /** Out of place tests */
+               TEST_CASE_ST(ut_setup, ut_teardown,
+                       test_AES_GCM_authenticated_encryption_oop_test_case_1),
+               TEST_CASE_ST(ut_setup, ut_teardown,
+                       test_AES_GCM_authenticated_decryption_oop_test_case_1),
+
                TEST_CASES_END() /**< NULL terminate unit test array */
        }
 };