Lines Matching refs:res_d
858 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()
867 res_d->ipsec_xform.direction = RTE_SECURITY_IPSEC_SA_DIR_INGRESS; 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()
1033 return test_ipsec_res_d_prepare(m, td, res_d); in test_ipsec_post_process()