Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap_ms.c104 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/
Defi_file.c311 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()
Defi_device_path_to_text.c31 ascii2unicode(out, str); in efi_str_to_u16()
/external/u-boot/include/
Defi_loader.h393 static inline void ascii2unicode(u16 *unicode, const char *ascii) in ascii2unicode() function