Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_cookie.c129 cookie_checker_update(struct cookie_checker * cc,const uint8_t key[COOKIE_INPUT_SIZE]) cookie_checker_update() argument
161 cookie_maker_init(struct cookie_maker * cm,const uint8_t key[COOKIE_INPUT_SIZE]) cookie_maker_init() argument
272 precompute_key(uint8_t * key,const uint8_t input[COOKIE_INPUT_SIZE],const char * label) precompute_key() argument
H A Dwg_cookie.h17 #define COOKIE_INPUT_SIZE 32 macro