Searched refs:td_inb (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev_security_ipsec.c | 504 test_ipsec_td_update(struct ipsec_test_data td_inb[], in test_ipsec_td_update() argument 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() 522 td_inb[i].ipsec_xform.life.packets_hard_limit = in test_ipsec_td_update() 526 td_inb[i].ipsec_xform.options.udp_encap = 1; in test_ipsec_td_update() 529 td_inb[i].ipsec_xform.options.udp_ports_verify = 1; in test_ipsec_td_update() 531 td_inb[i].ipsec_xform.options.tunnel_hdr_verify = in test_ipsec_td_update() 535 td_inb[i].ipsec_xform.options.ip_csum_enable = 1; in test_ipsec_td_update() 538 td_inb[i].ipsec_xform.options.l4_csum_enable = 1; in test_ipsec_td_update() [all …]
|
| H A D | test_cryptodev_security_ipsec.h | 245 void test_ipsec_td_update(struct ipsec_test_data td_inb[],
|
| H A D | test_cryptodev.c | 9458 struct ipsec_test_data td_inb; in test_ipsec_proto_known_vec_inb() local 9463 test_ipsec_td_in_from_out(td, &td_inb); in test_ipsec_proto_known_vec_inb() 9465 memcpy(&td_inb, td, sizeof(td_inb)); in test_ipsec_proto_known_vec_inb() 9491 struct ipsec_test_data td_inb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_proto_all() local 9536 test_ipsec_td_update(td_inb, td_outb, nb_pkts, flags); in test_ipsec_proto_all() 9563 struct ipsec_test_data td_inb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_ah_proto_all() local 9582 test_ipsec_td_update(td_inb, td_outb, nb_pkts, flags); in test_ipsec_ah_proto_all() 10039 struct ipsec_test_data td_inb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_pkt_replay() local 10061 test_ipsec_td_update(td_inb, td_outb, nb_pkts, &flags); in test_ipsec_pkt_replay() 10064 td_inb[i].ipsec_xform.options.esn = esn_en; in test_ipsec_pkt_replay() [all …]
|