Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libfido2/src/
HDwinhello.c157 to_utf16(const char *utf8) in to_utf16() function
304 if ((out->pwszId = *id = to_utf16(in->id)) == NULL) { in pack_rp()
308 if (in->name && (out->pwszName = *name = to_utf16(in->name)) == NULL) { in pack_rp()
328 if ((out->pwszName = *name = to_utf16(in->name)) == NULL) { in pack_user()
334 if ((out->pwszIcon = *icon = to_utf16(in->icon)) == NULL) { in pack_user()
341 to_utf16(in->display_name)) == NULL) { in pack_user()
569 if ((ctx->rp_id = to_utf16(assert->rp_id)) == NULL) { in translate_fido_assert()