Searched refs:asctmp (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.c93 char *asctmp; local
99 if (!(asctmp = OPENSSL_malloc(asclen)))
102 asctmp[i >> 1] = uni[i];
103 asctmp[asclen - 1] = 0;
104 return asctmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_utl.c87 char *asctmp; local
92 if (!(asctmp = OPENSSL_malloc(asclen))) return NULL;
93 for (i = 0; i < unilen; i+=2) asctmp[i>>1] = uni[i];
94 asctmp[asclen - 1] = 0;
95 return asctmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_utl.c93 char *asctmp; local
99 if (!(asctmp = OPENSSL_malloc(asclen)))
102 asctmp[i >> 1] = uni[i];
103 asctmp[asclen - 1] = 0;
104 return asctmp;

Completed in 66 milliseconds