Home
last modified time | relevance | path

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

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