Lines Matching defs:rp_id
39 wchar_t *rp_id;
51 wchar_t *rp_id;
512 fido_log_debug("%s: %s -> %s", __func__, assert->rp_id, assert->appid);
513 free(assert->rp_id);
514 assert->rp_id = assert->appid;
617 if ((ctx->rp_id = to_utf16(assert->rp_id)) == NULL) {
618 fido_log_debug("%s: rp_id", __func__);
699 if (pack_rp(&ctx->rp_id, &ctx->rp_name, &ctx->rp, &cred->rp) < 0) {
824 if ((hr = webauthn_get_assert(w, ctx->rp_id, &ctx->cd, &ctx->opt,
858 free(ctx->rp_id);
875 free(ctx->rp_id);