Searched refs:ascii2unicode (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | chap_ms.c | 104 static void ascii2unicode __P((char[], int, u_char[])); 569 ascii2unicode(char ascii[], int ascii_len, u_char unicode[]) in ascii2unicode() function 614 ascii2unicode(secret, secret_len, unicodePassword); in ChapMS_NT() 631 ascii2unicode(secret, secret_len, unicodePassword); in ChapMS2_NT() 719 ascii2unicode(secret, secret_len, unicodePassword); in GenerateAuthenticatorResponsePlain() 764 ascii2unicode(secret, secret_len, unicodePassword); in Set_Start_Key() 878 ascii2unicode(secret, secret_len, unicodePassword); in SetMasterKeys()
|
/external/u-boot/lib/efi_loader/ |
D | efi_file.c | 311 ascii2unicode((u16 *)info->file_name, dent->name); in dir_read() 476 ascii2unicode((u16 *)info->file_name, filename); in efi_file_getinfo() 510 ascii2unicode((u16 *)info->volume_label, in efi_file_getinfo()
|
D | efi_device_path_to_text.c | 31 ascii2unicode(out, str); in efi_str_to_u16()
|
/external/u-boot/include/ |
D | efi_loader.h | 393 static inline void ascii2unicode(u16 *unicode, const char *ascii) in ascii2unicode() function
|