Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_ovpn.c207 static bool ovpn_check_replay(struct ovpn_kkey_dir *, uint32_t);
1524 if (V_replay_protection && ! ovpn_check_replay(key->decrypt, seq)) { in ovpn_finish_rx()
2151 ovpn_check_replay(struct ovpn_kkey_dir *key, uint32_t seq) in ovpn_check_replay() function