Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_cookie.h13 #define COOKIE_KEY_SIZE 32 macro
28 uint8_t cm_mac1_key[COOKIE_KEY_SIZE];
29 uint8_t cm_cookie_key[COOKIE_KEY_SIZE];
41 uint8_t cc_mac1_key[COOKIE_KEY_SIZE];
42 uint8_t cc_cookie_key[COOKIE_KEY_SIZE];
H A Dwg_cookie.c64 const uint8_t[COOKIE_KEY_SIZE]);
275 blake2s_init(&blake, COOKIE_KEY_SIZE); in precompute_key()
283 const uint8_t key[COOKIE_KEY_SIZE]) in macs_mac1() argument
286 blake2s_init_key(&state, COOKIE_MAC_SIZE, key, COOKIE_KEY_SIZE); in macs_mac1()