Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_noise.c53 #define HT_REMOTE_MASK (HT_REMOTE_SIZE - 1) macro
328 idx = siphash24(l->l_hash_key, r->r_public, NOISE_PUBLIC_KEY_LEN) & HT_REMOTE_MASK; in noise_remote_enable()
366 idx = siphash24(l->l_hash_key, public, NOISE_PUBLIC_KEY_LEN) & HT_REMOTE_MASK; in noise_remote_lookup()