crypto/dpaa2_sec: support AES-GCM and CTR
[dpdk.git] / test / test / test_cryptodev_blockcipher.c
index e8e4ea5..fc27dd6 100644 (file)
@@ -101,6 +101,7 @@ test_blockcipher_one_case(const struct blockcipher_test_case *t,
                        tdata->auth_key.len);
 
        switch (cryptodev_type) {
+       case RTE_CRYPTODEV_DPAA2_SEC_PMD:
        case RTE_CRYPTODEV_QAT_SYM_PMD:
        case RTE_CRYPTODEV_OPENSSL_PMD:
        case RTE_CRYPTODEV_ARMV8_PMD: /* Fall through */