Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_noise.c129 uint8_t l_hash_key[SIPHASH_KEY_LENGTH]; member
193 arc4random_buf(l->l_hash_key, sizeof(l->l_hash_key)); in noise_local_alloc()
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()