Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netkey/
H A Dkeydb.h76 #define MAX_REPLAY_WINDOWS 4 macro
77 #define PER_TC_REPLAY_WINDOW_RANGE ((1ULL << 32) / MAX_REPLAY_WINDOWS)
104 struct secreplay *replay[MAX_REPLAY_WINDOWS]; /* replay prevention */
H A Dkey.c657 static_assert(MAX_REPLAY_WINDOWS == MBUF_TC_MAX); in key_init()
4079 for (int i = 0; i < MAX_REPLAY_WINDOWS; i++) { in key_reset_sav()
4373 for (uint32_t i = 0; i < MAX_REPLAY_WINDOWS; i++) { in key_setsaval()