Searched refs:res_d (Results 1 – 3 of 3) sorted by relevance
858 struct ipsec_test_data *res_d) in test_ipsec_res_d_prepare() argument863 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() argument1030 if (res_d == NULL) in test_ipsec_post_process()[all …]
255 struct ipsec_test_data *res_d, bool silent,
9133 struct ipsec_test_data res_d[], in test_ipsec_proto_process() argument9399 if (res_d != NULL) in test_ipsec_proto_process()9400 res_d_tmp = &res_d[i]; in test_ipsec_proto_process()