Home
last modified time | relevance | path

Searched refs:res_d (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c858 struct ipsec_test_data *res_d) in test_ipsec_res_d_prepare() argument
863 memcpy(res_d, td, sizeof(*res_d)); in test_ipsec_res_d_prepare()
864 memcpy(res_d->input_text.data, output_text, len); in test_ipsec_res_d_prepare()
865 res_d->input_text.len = len; in test_ipsec_res_d_prepare()
868 if (res_d->aead) { in test_ipsec_res_d_prepare()
869 res_d->xform.aead.aead.op = RTE_CRYPTO_AEAD_OP_DECRYPT; in test_ipsec_res_d_prepare()
871 res_d->xform.chain.cipher.cipher.op = in test_ipsec_res_d_prepare()
873 res_d->xform.chain.auth.auth.op = RTE_CRYPTO_AUTH_OP_VERIFY; in test_ipsec_res_d_prepare()
967 struct ipsec_test_data *res_d, bool silent, in test_ipsec_post_process() argument
1030 if (res_d == NULL) in test_ipsec_post_process()
[all …]
H A Dtest_cryptodev_security_ipsec.h255 struct ipsec_test_data *res_d, bool silent,
H A Dtest_cryptodev.c9133 struct ipsec_test_data res_d[], in test_ipsec_proto_process() argument
9399 if (res_d != NULL) in test_ipsec_proto_process()
9400 res_d_tmp = &res_d[i]; in test_ipsec_proto_process()