cookie_maker
struct cookie_maker p_cookie;
cookie_maker_init(struct cookie_maker *cm, const uint8_t key[COOKIE_INPUT_SIZE])
cookie_maker_free(struct cookie_maker *cm)
cookie_maker_consume_payload(struct cookie_maker *cm,
cookie_maker_mac(struct cookie_maker *cm, struct cookie_macs *macs, void *buf,
void cookie_maker_init(struct cookie_maker *, const uint8_t[COOKIE_INPUT_SIZE]);
void cookie_maker_free(struct cookie_maker *);
int cookie_maker_consume_payload(struct cookie_maker *,
void cookie_maker_mac(struct cookie_maker *, struct cookie_macs *,