Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netkey/
H A Dkeydb.h76 #define MAX_REPLAY_WINDOWS 4 macro
77 #define PER_TC_REPLAY_WINDOW_RANGE ((1ULL << 32) / MAX_REPLAY_WINDOWS)
102 struct secreplay *replay[MAX_REPLAY_WINDOWS]; /* replay prevention */
H A Dkey.c642 _CASSERT(MAX_REPLAY_WINDOWS == MBUF_TC_MAX); in key_init()
4171 for (int i = 0; i < MAX_REPLAY_WINDOWS; i++) { in key_reset_sav()
4456 for (uint32_t i = 0; i < MAX_REPLAY_WINDOWS; i++) { in key_setsaval()