Lines Matching refs:input_text
298 memcpy(td_in->output_text.data, td_out->input_text.data, in test_ipsec_td_in_from_out()
299 td_out->input_text.len); 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()
457 test_ipsec_csum_init(&td->input_text.data, true, false); in test_ipsec_td_prepare()
462 test_ipsec_csum_init(&td->input_text.data, false, true); in test_ipsec_td_prepare()
485 ip = (struct rte_ipv4_hdr *)&td->input_text.data; in test_ipsec_td_prepare()
512 memcpy(td_inb[i].output_text.data, td_outb[i].input_text.data, in test_ipsec_td_update()
513 td_outb[i].input_text.len); in test_ipsec_td_update()
514 td_inb[i].output_text.len = td_outb->input_text.len; in test_ipsec_td_update()
517 int icv_pos = td_inb[i].input_text.len - 4; in test_ipsec_td_update()
518 td_inb[i].input_text.data[icv_pos] += 1; in test_ipsec_td_update()
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()