Home
last modified time | relevance | path

Searched refs:input_text (Results 1 – 4 of 4) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec_test_vectors.h29 .input_text = {
135 .input_text = {
235 .input_text = {
339 .input_text = {
447 .input_text = {
550 .input_text = {
661 .input_text = {
768 .input_text = {
872 .input_text = {
969 .input_text = {
[all …]
H A Dtest_cryptodev_security_ipsec.c298 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()
305 td_in->input_text.len = td_out->output_text.len; in test_ipsec_td_in_from_out()
485 ip = (struct rte_ipv4_hdr *)&td->input_text.data; in test_ipsec_td_prepare()
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()
[all …]
H A Dtest_cryptodev_security_ipsec.h24 } input_text; member
H A Dtest_cryptodev.c9154 uint8_t *input_text; in test_ipsec_proto_process() local
9345 input_text = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_ipsec_proto_process()
9346 td[i].input_text.len); in test_ipsec_proto_process()
9348 memcpy(input_text, td[i].input_text.data, in test_ipsec_proto_process()
9349 td[i].input_text.len); in test_ipsec_proto_process()
9351 if (test_ipsec_pkt_update(input_text, flags)) in test_ipsec_proto_process()