Home
last modified time | relevance | path

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

/openbsd-src/sys/net/
H A Dwg_cookie.c47 cookie_maker_init(struct cookie_maker *cp, uint8_t key[COOKIE_INPUT_SIZE]) in cookie_maker_init()
77 uint8_t key[COOKIE_INPUT_SIZE]) in cookie_checker_update()
208 cookie_precompute_key(uint8_t *key, const uint8_t input[COOKIE_INPUT_SIZE], in cookie_precompute_key()
H A Dwg_cookie.h38 #define COOKIE_INPUT_SIZE 32 macro