Searched refs:tmphex (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 123 char tmphex[HEX_SIZE(long)+3]; local 128 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c); 129 if(!io_ch(arg, tmphex, 10)) return -1; 133 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c); 134 if(!io_ch(arg, tmphex, 6)) return -1; 152 BIO_snprintf(tmphex, 11, "\\%02X", chtmp); 153 if(!io_ch(arg, tmphex, 3)) return -1;
|
/external/openssl/crypto/asn1/ |
H A D | a_strex.c | 123 char tmphex[HEX_SIZE(long)+3]; local 128 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c); 129 if(!io_ch(arg, tmphex, 10)) return -1; 133 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c); 134 if(!io_ch(arg, tmphex, 6)) return -1; 152 BIO_snprintf(tmphex, 11, "\\%02X", chtmp); 153 if(!io_ch(arg, tmphex, 3)) return -1;
|
Completed in 399 milliseconds