Home
last modified time | relevance | path

Searched refs:utf8_string_len (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dms_funcs.c19 * @utf8_string_len: Length of utf8_string (IN)
25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() argument
31 for (i = 0, j = 0; i < utf8_string_len; i++) { in utf8_to_ucs2()
40 } else if (i == utf8_string_len - 1 || in utf8_to_ucs2()
51 } else if (i == utf8_string_len - 1 || in utf8_to_ucs2()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dms_funcs.c19 * @utf8_string_len: Length of utf8_string (IN)
25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() argument
31 for (i = 0, j = 0; i < utf8_string_len; i++) { in utf8_to_ucs2()
40 } else if (i == utf8_string_len - 1 || in utf8_to_ucs2()
51 } else if (i == utf8_string_len - 1 || in utf8_to_ucs2()

Completed in 2 milliseconds