cryptodev: set AES-GMAC as auth-only algo
[dpdk.git] / app / test-crypto-perf / cperf_test_vectors.c
index 23ab14d..1d10c86 100644 (file)
@@ -488,11 +488,6 @@ cperf_test_vector_get_dummy(struct cperf_options *options)
                        t_vec->auth_key.data = NULL;
                        aad_alloc = 1;
                        break;
-               case RTE_CRYPTO_AUTH_AES_GMAC:
-                       /* auth key should be the same as cipher key */
-                       t_vec->auth_key.data = cipher_key;
-                       aad_alloc = 1;
-                       break;
                default:
                        t_vec->auth_key.data = auth_key;
                        aad_alloc = 0;