Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Defivar.c174 rv = utf8_to_ucs2(name, &var.name, &var.namesize); in efi_get_variable()
242 rv = utf8_to_ucs2(*name, &var.name, &size); in efi_get_next_variable_name()
368 rv = utf8_to_ucs2(name, &var.name, &var.namesize); in efi_set_variable()
H A Dlibefivar_int.h33 int utf8_to_ucs2(const char *, efi_char **, size_t *);
H A Dlibefivar.c124 utf8_to_ucs2(const char *name, efi_char **nmp, size_t *len) in utf8_to_ucs2() function
H A Defivar-dp-parse.c3042 utf8_to_ucs2(TextDeviceNode, &v, &len); in DevPathFromTextFilePath()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dms_funcs.c25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() function
116 if (utf8_to_ucs2(password, password_len, buf, max_len, &len) < 0) in nt_password_hash()
440 if (utf8_to_ucs2(password, password_len, pw_block, 512, &ucs2_len) < 0 in encrypt_pw_block_with_password_hash()
/dragonfly/usr.sbin/efibootmgr/
H A Defibootmgr.c622 utf8_to_ucs2(description, &bbuf, &desc_len); in create_loadopt()