Home
last modified time | relevance | path

Searched defs:cookie_maker (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/net/wg/
H A Dwg_cookie.c61 struct cookie_maker { struct
62 uint8_t cm_mac1_key[COOKIE_KEY_SIZE];
63 uint8_t cm_cookie_key[COOKIE_KEY_SIZE];
65 struct lock cm_lock;
66 bool cm_cookie_valid;
67 uint8_t cm_cookie[COOKIE_COOKIE_SIZE];
68 struct timespec cm_cookie_birthdate; /* nanouptime */
69 bool cm_mac1_sent;
70 uint8_t cm_mac1_last[COOKIE_MAC_SIZE];