Home
last modified time | relevance | path

Searched refs:td_outb (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c505 const struct ipsec_test_data td_outb[], in test_ipsec_td_update() argument
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()
H A Dtest_cryptodev_security_ipsec.h246 const struct ipsec_test_data td_outb[],
H A Dtest_cryptodev.c9436 struct ipsec_test_data td_outb; in test_ipsec_proto_known_vec() local
9441 memcpy(&td_outb, test_data, sizeof(td_outb)); in test_ipsec_proto_known_vec()
9443 if (td_outb.aes_gmac || td_outb.aead || in test_ipsec_proto_known_vec()
9473 struct ipsec_test_data td_outb; in test_ipsec_proto_known_vec_fragmented() local
9479 memcpy(&td_outb, test_data, sizeof(td_outb)); in test_ipsec_proto_known_vec_fragmented()
9504 td_outb, in test_ipsec_proto_all()
9507 if (!td_outb->aead) { in test_ipsec_proto_all()
9571 td_outb, in test_ipsec_ah_proto_all()
10047 memcpy(&td_outb[i], test_data, sizeof(td_outb[i])); in test_ipsec_pkt_replay()
10050 td_outb[i].ipsec_xform.options.esn = esn_en; in test_ipsec_pkt_replay()
[all …]