]> git.droids-corp.org - dpdk.git/blobdiff - app/test-crypto-perf/cperf_test_vectors.c
cryptodev: do not use AAD in wireless algorithms
[dpdk.git] / app / test-crypto-perf / cperf_test_vectors.c
index ad38d2828da00ee38d1868b48222f5dc01341ab1..23ab14decd0b505a8c6a7f72210e9b6b8349d3f9 100644 (file)
@@ -488,12 +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_SNOW3G_UIA2:
-               case RTE_CRYPTO_AUTH_KASUMI_F9:
-               case RTE_CRYPTO_AUTH_ZUC_EIA3:
-                       t_vec->auth_key.data = auth_key;
-                       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;