Home
last modified time | relevance | path

Searched refs:make_cookie (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/wg/
H A Dwg_cookie.c68 static void make_cookie(struct cookie_checker *,
148 make_cookie(cc, cookie, sa); in cookie_checker_create_payload()
245 make_cookie(cc, cookie, sa); in cookie_checker_validate_macs()
310 make_cookie(struct cookie_checker *cc, uint8_t cookie[COOKIE_COOKIE_SIZE], in make_cookie() function
/src/crypto/krb5/src/plugins/preauth/spake/
H A Dspake_kdc.c129 make_cookie(int stage, int32_t group, const krb5_data *spake, in make_cookie() function
263 ret = make_cookie(0, group, &kdcpriv, &thash, &cookie); in send_challenge()