Home
last modified time | relevance | path

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

/src/sys/dev/wg/
H A Dwg_cookie.h58 void cookie_maker_init(struct cookie_maker *, const uint8_t[COOKIE_INPUT_SIZE]);
H A Dwg_cookie.c160 cookie_maker_init(struct cookie_maker *cm, const uint8_t key[COOKIE_INPUT_SIZE]) in cookie_maker_init() function
H A Dif_wg.c406 cookie_maker_init(&peer->p_cookie, pub_key); in wg_peer_create()