Searched refs:cookie_maker (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/wg/ |
| H A D | wg_cookie.h | 27 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 D | wg_cookie.c | 160 cookie_maker_init(struct cookie_maker *cm, const uint8_t key[COOKIE_INPUT_SIZE]) 165 rw_init(&cm->cm_lock, "cookie_maker"); in cookie_maker_init() 169 cookie_maker_free(struct cookie_maker *cm) 176 cookie_maker_consume_payload(struct cookie_maker *cm, 209 cookie_maker_mac(struct cookie_maker *cm, struct cookie_macs *macs, void *buf,
|
| H A D | if_wg.c | 180 struct cookie_maker p_cookie;
|