Searched refs:unitmp (Results 1 – 1 of 1) sorted by relevance
83 uint8_t *unitmp; in ascii_to_ucs2() local90 unitmp = OPENSSL_malloc(ulen); in ascii_to_ucs2()91 if (unitmp == NULL) { in ascii_to_ucs2()95 unitmp[i] = 0; in ascii_to_ucs2()96 unitmp[i + 1] = ascii[i >> 1]; in ascii_to_ucs2()100 unitmp[ulen - 2] = 0; in ascii_to_ucs2()101 unitmp[ulen - 1] = 0; in ascii_to_ucs2()103 *out = unitmp; in ascii_to_ucs2()