Home
last modified time | relevance | path

Searched refs:appid (Results 1 – 3 of 3) sorted by relevance

/src/contrib/libfido2/src/
H A Dwinhello.c40 wchar_t *appid; member
483 wchar_t **appid) in pack_appid() argument
491 if ((*appid = to_utf16(id)) == NULL) { in pack_appid()
496 opt->pwszU2fAppId = *appid; in pack_appid()
506 if (assert->appid == NULL || opt->pbU2fAppId == NULL) in unpack_appid()
512 fido_log_debug("%s: %s -> %s", __func__, assert->rp_id, assert->appid); in unpack_appid()
514 assert->rp_id = assert->appid; in unpack_appid()
515 assert->appid = NULL; in unpack_appid()
629 if (pack_appid(opt, assert->appid, &ctx->appid) < 0) { in translate_fido_assert()
859 free(ctx->appid); in winhello_assert_free()
H A Dassert.c654 if (assert->appid != NULL) { in fido_assert_set_winhello_appid()
655 free(assert->appid); in fido_assert_set_winhello_appid()
656 assert->appid = NULL; in fido_assert_set_winhello_appid()
662 if ((assert->appid = strdup(id)) == NULL) in fido_assert_set_winhello_appid()
780 free(assert->appid); in fido_assert_reset_tx()
787 assert->appid = NULL; in fido_assert_reset_tx()
/src/contrib/libfido2/src/fido/
H A Dtypes.h215 char *appid; /* winhello u2f appid */ member