Searched refs:unitmp (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.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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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;
/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.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 116 milliseconds