Searched refs:td_out (Results 1 – 2 of 2) sorted by relevance
292 test_ipsec_td_in_from_out(const struct ipsec_test_data *td_out, 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()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()304 td_out->output_text.len); 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()
236 void test_ipsec_td_in_from_out(const struct ipsec_test_data *td_out,