Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c81 uint8_t *unitmp = OPENSSL_malloc(ulen); in ascii_to_ucs2() local
82 if (unitmp == NULL) { in ascii_to_ucs2()
87 unitmp[i] = 0; in ascii_to_ucs2()
88 unitmp[i + 1] = ascii[i >> 1]; in ascii_to_ucs2()
92 unitmp[ulen - 2] = 0; in ascii_to_ucs2()
93 unitmp[ulen - 1] = 0; in ascii_to_ucs2()
95 *out = unitmp; in ascii_to_ucs2()