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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_utl.c70 unsigned char *unitmp; local
74 if (!(unitmp = OPENSSL_malloc(ulen)))
77 unitmp[i] = 0;
78 unitmp[i + 1] = asc[i >> 1];
81 unitmp[ulen - 2] = 0;
82 unitmp[ulen - 1] = 0;
86 *uni = unitmp;
87 return unitmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_utl.c70 unsigned char *unitmp; local
74 if (!(unitmp = OPENSSL_malloc(ulen)))
77 unitmp[i] = 0;
78 unitmp[i + 1] = asc[i >> 1];
81 unitmp[ulen - 2] = 0;
82 unitmp[ulen - 1] = 0;
86 *uni = unitmp;
87 return unitmp;

Completed in 161 milliseconds