Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/wg/
H A Dwg_cookie.c128 const uint8_t key[COOKIE_INPUT_SIZE]) in cookie_checker_update()
160 cookie_maker_init(struct cookie_maker *cm, const uint8_t key[COOKIE_INPUT_SIZE]) in cookie_maker_init()
271 precompute_key(uint8_t *key, const uint8_t input[COOKIE_INPUT_SIZE], in precompute_key()
H A Dwg_cookie.h17 #define COOKIE_INPUT_SIZE 32 macro