Searched defs:COOKIE_INPUT_SIZE (Results 1 – 2 of 2) sorted by relevance
128 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()
17 #define COOKIE_INPUT_SIZE 32 macro