Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_cookie.h16 #define COOKIE_SECRET_SIZE 32 macro
46 uint8_t cc_secret[COOKIE_SECRET_SIZE];
H A Dwg_cookie.c318 arc4random_buf(cc->cc_secret, COOKIE_SECRET_SIZE); in make_cookie()
322 COOKIE_SECRET_SIZE); in make_cookie()