Searched refs:td_in (Results 1 – 2 of 2) sorted by relevance
293 struct ipsec_test_data *td_in) in test_ipsec_td_in_from_out() argument295 memcpy(td_in, td_out, sizeof(*td_in)); in test_ipsec_td_in_from_out()298 memcpy(td_in->output_text.data, td_out->input_text.data, in test_ipsec_td_in_from_out()300 td_in->output_text.len = td_out->input_text.len; in test_ipsec_td_in_from_out()303 memcpy(td_in->input_text.data, td_out->output_text.data, in test_ipsec_td_in_from_out()305 td_in->input_text.len = td_out->output_text.len; in test_ipsec_td_in_from_out()307 td_in->ipsec_xform.direction = RTE_SECURITY_IPSEC_SA_DIR_INGRESS; in test_ipsec_td_in_from_out()309 if (td_in->aead) { in test_ipsec_td_in_from_out()310 td_in->xform.aead.aead.op = RTE_CRYPTO_AEAD_OP_DECRYPT; in test_ipsec_td_in_from_out()312 td_in->xform.chain.auth.auth.op = RTE_CRYPTO_AUTH_OP_VERIFY; in test_ipsec_td_in_from_out()[all …]
237 struct ipsec_test_data *td_in);