Home
last modified time | relevance | path

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

/dragonfly/sys/net/wg/
H A Dwg_cookie.c133 siphash13(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len) in siphash13() function
555 bucket = siphash13(rl->rl_secret, &key, len) & RATELIMIT_MASK; in ratelimit_allow()