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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs12/
H A Dp12_utl.c68 unsigned char *unitmp; local
71 if (!(unitmp = OPENSSL_malloc(ulen))) return NULL;
73 unitmp[i] = 0;
74 unitmp[i + 1] = asc[i>>1];
77 unitmp[ulen - 2] = 0;
78 unitmp[ulen - 1] = 0;
80 if (uni) *uni = unitmp;
81 return unitmp;

Completed in 57 milliseconds