HomeSort by: relevance | last modified time | path
    Searched defs:webauthn_wrapper (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-ecdsa-sk.c 234 struct sshbuf *webauthn_wrapper = NULL, *webauthn_exts = NULL; local
278 sshbuf_froms(b, &webauthn_wrapper) != 0 ||
312 fprintf(stderr, "%s: webauthn_wrapper:\n", __func__);
313 sshbuf_dump(webauthn_wrapper, stderr);
333 webauthn_origin, webauthn_wrapper, sig_flags, webauthn_exts,
414 sshbuf_free(webauthn_wrapper);

Completed in 69 milliseconds