Home
last modified time | relevance | path

Searched refs:cookie_maker (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/wg/
H A Dwg_cookie.h27 struct cookie_maker { struct
58 void cookie_maker_init(struct cookie_maker *, const uint8_t[COOKIE_INPUT_SIZE]); argument
59 void cookie_maker_free(struct cookie_maker *);
60 int cookie_maker_consume_payload(struct cookie_maker *,
62 void cookie_maker_mac(struct cookie_maker *, struct cookie_macs *,
H A Dwg_cookie.c160 cookie_maker_init(struct cookie_maker *cm, const uint8_t key[COOKIE_INPUT_SIZE]) in cookie_maker_init()
169 cookie_maker_free(struct cookie_maker *cm) in cookie_maker_free()
176 cookie_maker_consume_payload(struct cookie_maker *cm, in cookie_maker_consume_payload()
209 cookie_maker_mac(struct cookie_maker *cm, struct cookie_macs *macs, void *buf, in cookie_maker_mac()
H A Dif_wg.c180 struct cookie_maker p_cookie;