Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c82 uint8_t *unitmp; in ascii_to_ucs2() local
89 unitmp = OPENSSL_malloc(ulen); in ascii_to_ucs2()
90 if (unitmp == NULL) { in ascii_to_ucs2()
94 unitmp[i] = 0; in ascii_to_ucs2()
95 unitmp[i + 1] = ascii[i >> 1]; in ascii_to_ucs2()
99 unitmp[ulen - 2] = 0; in ascii_to_ucs2()
100 unitmp[ulen - 1] = 0; in ascii_to_ucs2()
102 *out = unitmp; in ascii_to_ucs2()