Searched refs:utf8_to_ucs2 (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | ms_funcs.c | 25 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() 438 if (utf8_to_ucs2(password, password_len, pw_block, 512, &ucs2_len) < 0) in encrypt_pw_block_with_password_hash()
|
/external/qemu/telephony/ |
D | gsm.h | 140 extern int utf8_to_ucs2( cbytes_t utf8, int utf8len, bytes_t ucs2 );
|
D | sms.c | 1168 int count = utf8_to_ucs2( utf8, utf8len, NULL ); in gsm_rope_add_sms_deliver_pdu() 1183 utf8_to_ucs2( utf8, utf8len, dst ); in gsm_rope_add_sms_deliver_pdu() 1277 count = utf8_to_ucs2( utf8, utf8len, NULL ); in smspdu_create_deliver_utf8()
|
D | gsm.c | 514 utf8_to_ucs2( cbytes_t utf8, in utf8_to_ucs2() function 1147 result = 1 + utf8_to_ucs2(utf8, utf8len, dst ? (dst+1) : NULL)*2;
|