Lines Matching refs:test_data
9434 test_ipsec_proto_known_vec(const void *test_data) in test_ipsec_proto_known_vec() argument
9441 memcpy(&td_outb, test_data, sizeof(td_outb)); in test_ipsec_proto_known_vec()
9454 test_ipsec_proto_known_vec_inb(const void *test_data) in test_ipsec_proto_known_vec_inb() argument
9456 const struct ipsec_test_data *td = test_data; in test_ipsec_proto_known_vec_inb()
9471 test_ipsec_proto_known_vec_fragmented(const void *test_data) in test_ipsec_proto_known_vec_fragmented() argument
9479 memcpy(&td_outb, test_data, sizeof(td_outb)); in test_ipsec_proto_known_vec_fragmented()
10034 test_ipsec_pkt_replay(const void *test_data, const uint64_t esn[], in test_ipsec_pkt_replay() argument
10047 memcpy(&td_outb[i], test_data, sizeof(td_outb[i])); in test_ipsec_pkt_replay()
10076 test_ipsec_proto_pkt_antireplay(const void *test_data, uint64_t winsz) in test_ipsec_proto_pkt_antireplay() argument
10100 return test_ipsec_pkt_replay(test_data, esn, replayed_pkt, nb_pkts, in test_ipsec_proto_pkt_antireplay()
10105 test_ipsec_proto_pkt_antireplay1024(const void *test_data) in test_ipsec_proto_pkt_antireplay1024() argument
10107 return test_ipsec_proto_pkt_antireplay(test_data, 1024); in test_ipsec_proto_pkt_antireplay1024()
10111 test_ipsec_proto_pkt_antireplay2048(const void *test_data) in test_ipsec_proto_pkt_antireplay2048() argument
10113 return test_ipsec_proto_pkt_antireplay(test_data, 2048); in test_ipsec_proto_pkt_antireplay2048()
10117 test_ipsec_proto_pkt_antireplay4096(const void *test_data) in test_ipsec_proto_pkt_antireplay4096() argument
10119 return test_ipsec_proto_pkt_antireplay(test_data, 4096); in test_ipsec_proto_pkt_antireplay4096()
10123 test_ipsec_proto_pkt_esn_antireplay(const void *test_data, uint64_t winsz) in test_ipsec_proto_pkt_esn_antireplay() argument
10155 return test_ipsec_pkt_replay(test_data, esn, replayed_pkt, nb_pkts, in test_ipsec_proto_pkt_esn_antireplay()
10160 test_ipsec_proto_pkt_esn_antireplay1024(const void *test_data) in test_ipsec_proto_pkt_esn_antireplay1024() argument
10162 return test_ipsec_proto_pkt_esn_antireplay(test_data, 1024); in test_ipsec_proto_pkt_esn_antireplay1024()
10166 test_ipsec_proto_pkt_esn_antireplay2048(const void *test_data) in test_ipsec_proto_pkt_esn_antireplay2048() argument
10168 return test_ipsec_proto_pkt_esn_antireplay(test_data, 2048); in test_ipsec_proto_pkt_esn_antireplay2048()
10172 test_ipsec_proto_pkt_esn_antireplay4096(const void *test_data) in test_ipsec_proto_pkt_esn_antireplay4096() argument
10174 return test_ipsec_proto_pkt_esn_antireplay(test_data, 4096); in test_ipsec_proto_pkt_esn_antireplay4096()