Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netkey/
H A Dkeydb.h77 #define PER_TC_REPLAY_WINDOW_RANGE ((1ULL << 32) / MAX_REPLAY_WINDOWS) macro
H A Dkey.c4449 const uint32_t range = PER_TC_REPLAY_WINDOW_RANGE; in key_setsaval()
/xnu-10002.41.9/bsd/netinet6/
H A Dipsec.c2995 max_count = PER_TC_REPLAY_WINDOW_RANGE; in ipsec_updatereplay()