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

  /src/external/bsd/libfido2/dist/src/
winhello.c 161 to_utf16(const char *utf8) function
311 if ((out->pwszId = *id = to_utf16(in->id)) == NULL) {
315 if (in->name && (out->pwszName = *name = to_utf16(in->name)) == NULL) {
335 if ((out->pwszName = *name = to_utf16(in->name)) == NULL) {
341 if ((out->pwszIcon = *icon = to_utf16(in->icon)) == NULL) {
348 to_utf16(in->display_name)) == NULL) {
491 if ((*appid = to_utf16(id)) == NULL) {
492 fido_log_debug("%s: to_utf16", __func__);
617 if ((ctx->rp_id = to_utf16(assert->rp_id)) == NULL) {

Completed in 24 milliseconds