]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_cryptodev_rsa_test_vectors.h
test/security: add ESN and anti-replay for inline IPsec
[dpdk.git] / app / test / test_cryptodev_rsa_test_vectors.h
index 48a72e14925ebeef8604908dd97aeafd8b9efbb6..04539a1ecf8fe808c10ce049a918a015c41d4df9 100644 (file)
@@ -378,7 +378,7 @@ struct rte_crypto_asym_xform rsa_xform_crt = {
                        .data = rsa_e,
                        .length = sizeof(rsa_e)
                },
-               .key_type = RTE_RSA_KET_TYPE_QT,
+               .key_type = RTE_RSA_KEY_TYPE_QT,
                .qt = {
                        .p = {
                                .data = rsa_p,