Searched refs:COOKIE_INPUT_SIZE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/net/
H A Dwg_cookie.h38 #define COOKIE_INPUT_SIZE 32 macro
113 void cookie_maker_init(struct cookie_maker *, uint8_t[COOKIE_INPUT_SIZE]);
116 uint8_t[COOKIE_INPUT_SIZE]);
H A Dwg_cookie.c32 const uint8_t[COOKIE_INPUT_SIZE], const char *);
47 cookie_maker_init(struct cookie_maker *cp, uint8_t key[COOKIE_INPUT_SIZE])
77 uint8_t key[COOKIE_INPUT_SIZE])
208 cookie_precompute_key(uint8_t *key, const uint8_t input[COOKIE_INPUT_SIZE],
215 blake2s_update(&blake, input, COOKIE_INPUT_SIZE);
580 uint8_t shared[COOKIE_INPUT_SIZE];
583 arc4random_buf(shared, COOKIE_INPUT_SIZE);

Completed in 110 milliseconds