Lines Matching defs:hr
189 to_fido(HRESULT hr)
191 switch (hr) {
205 fido_log_debug("%s: hr=0x%lx", __func__, (u_long)hr);
821 HRESULT hr;
824 if ((hr = webauthn_get_assert(w, ctx->rp_id, &ctx->cd, &ctx->opt,
826 r = to_fido(hr);
827 fido_log_debug("%s: %ls -> %s", __func__, webauthn_strerr(hr),
837 HRESULT hr;
840 if ((hr = webauthn_make_cred(w, &ctx->rp, &ctx->user, &ctx->cose,
842 r = to_fido(hr);
843 fido_log_debug("%s: %ls -> %s", __func__, webauthn_strerr(hr),