Lines Matching refs:esn
9330 sess_conf.ipsec.esn.value = td[i].ipsec_xform.esn.value; in test_ipsec_proto_process()
10034 test_ipsec_pkt_replay(const void *test_data, const uint64_t esn[], in test_ipsec_pkt_replay() argument
10050 td_outb[i].ipsec_xform.options.esn = esn_en; in test_ipsec_pkt_replay()
10054 td_outb[i].ipsec_xform.esn.value = esn[i]; in test_ipsec_pkt_replay()
10064 td_inb[i].ipsec_xform.options.esn = esn_en; in test_ipsec_pkt_replay()
10081 uint64_t esn[5]; in test_ipsec_proto_pkt_antireplay() local
10084 esn[0] = winsz * 2; in test_ipsec_proto_pkt_antireplay()
10086 esn[1] = winsz + 1; in test_ipsec_proto_pkt_antireplay()
10088 esn[2] = winsz; in test_ipsec_proto_pkt_antireplay()
10090 esn[3] = winsz + (winsz / 2); in test_ipsec_proto_pkt_antireplay()
10092 esn[4] = winsz + (winsz / 2); in test_ipsec_proto_pkt_antireplay()
10100 return test_ipsec_pkt_replay(test_data, esn, replayed_pkt, nb_pkts, in test_ipsec_proto_pkt_antireplay()
10128 uint64_t esn[7]; in test_ipsec_proto_pkt_esn_antireplay() local
10131 esn[0] = (uint64_t)(0xFFFFFFFF - winsz); in test_ipsec_proto_pkt_esn_antireplay()
10133 esn[1] = (uint64_t)((1ULL << 32) + (winsz / 2)); in test_ipsec_proto_pkt_esn_antireplay()
10135 esn[2] = (uint64_t)((1ULL << 32) - (winsz / 2) + 1); in test_ipsec_proto_pkt_esn_antireplay()
10137 esn[3] = (uint64_t)((1ULL << 32) - 1); in test_ipsec_proto_pkt_esn_antireplay()
10139 esn[4] = (uint64_t)(1ULL << 32); in test_ipsec_proto_pkt_esn_antireplay()
10143 esn[5] = (uint64_t)((1ULL << 32) - 1); in test_ipsec_proto_pkt_esn_antireplay()
10145 esn[6] = (uint64_t)(1ULL << 32); in test_ipsec_proto_pkt_esn_antireplay()
10155 return test_ipsec_pkt_replay(test_data, esn, replayed_pkt, nb_pkts, in test_ipsec_proto_pkt_esn_antireplay()