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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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;

Completed in 116 milliseconds