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

/openbsd-current/usr.bin/ssh/
H A Dssh-ecdsa-sk.c228 struct sshbuf *webauthn_wrapper = NULL, *webauthn_exts = NULL; local
270 sshbuf_froms(b, &webauthn_wrapper) != 0 ||
304 fprintf(stderr, "%s: webauthn_wrapper:\n", __func__);
305 sshbuf_dump(webauthn_wrapper, stderr);
325 webauthn_origin, webauthn_wrapper, sig_flags, webauthn_exts,
385 sshbuf_free(webauthn_wrapper);

Completed in 83 milliseconds