Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netkey/
H A Dkeydb.h76 #define MAX_REPLAY_WINDOWS 4 macro
98 struct secreplay *replay[MAX_REPLAY_WINDOWS]; /* replay prevention */
H A Dkey.c642 _CASSERT(MAX_REPLAY_WINDOWS == MBUF_TC_MAX); in key_init()
4165 for (int i = 0; i < MAX_REPLAY_WINDOWS; i++) { in key_reset_sav()
4450 (1ULL << (sizeof(((struct secreplay *)0)->seq) * 8)) / MAX_REPLAY_WINDOWS; in key_setsaval()
4451 for (int i = 0; i < MAX_REPLAY_WINDOWS; i++) { in key_setsaval()
/xnu-8796.141.3/bsd/netinet6/
H A Dipsec.c2993 max_count = (1ULL << 32) / MAX_REPLAY_WINDOWS; in ipsec_updatereplay()