Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c81 static int ascii_to_ucs2(const char *ascii, size_t ascii_len, in ascii_to_ucs2() function
338 if (!ascii_to_ucs2(pass, pass_len, out_pass_raw, out_pass_raw_len)) { in pass_to_pass_raw()
978 if (!ascii_to_ucs2(password, strlen(password), &ctx.password, in PKCS12_get_key_and_certs()