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

/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_strex.c128 char tmphex[HEX_SIZE(long) + 3]; local
133 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c);
134 if (!io_ch(arg, tmphex, 10))
139 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c);
140 if (!io_ch(arg, tmphex, 6))
165 BIO_snprintf(tmphex, 11, "\\%02X", chtmp);
166 if (!io_ch(arg, tmphex, 3))

Completed in 64 milliseconds