Searched refs:ipsec_chkreplay (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h333 extern int ipsec_chkreplay(u_int32_t, struct secasvar *);
H A Dah_input.c291 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav))
744 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav))
H A Desp_input.c271 if (ipsec_chkreplay(seq, sav))
822 if (ipsec_chkreplay(seq, sav))
H A Dipsec.c2653 * ipsec_chkreplay() performs replay check before ICV verification.
2662 ipsec_chkreplay(seq, sav) function
2675 panic("ipsec_chkreplay: NULL pointer was passed.\n");
2747 panic("ipsec_chkreplay: NULL pointer was passed.\n");

Completed in 16 milliseconds