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

/openbsd-current/sys/net/
H A Dwg_cookie.h87 struct cookie_maker { struct
113 void cookie_maker_init(struct cookie_maker *, uint8_t[COOKIE_INPUT_SIZE]);
121 int cookie_maker_consume_payload(struct cookie_maker *,
123 void cookie_maker_mac(struct cookie_maker *, struct cookie_macs *,
H A Dwg_cookie.c47 cookie_maker_init(struct cookie_maker *cp, uint8_t key[COOKIE_INPUT_SIZE])
52 rw_init(&cp->cp_lock, "cookie_maker");
118 cookie_maker_consume_payload(struct cookie_maker *cp,
147 cookie_maker_mac(struct cookie_maker *cp, struct cookie_macs *cm, void *buf,
573 struct cookie_maker maker;
586 /* Init cookie_maker. */
H A Dif_wg.c198 struct cookie_maker p_cookie;

Completed in 121 milliseconds