Searched refs:tmphex (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | a_strex.c | 112 char tmphex[HEX_SIZE(long) + 3]; in do_esc_char() local 117 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c); in do_esc_char() 118 if (!io_ch(arg, tmphex, 10)) in do_esc_char() 123 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c); in do_esc_char() 124 if (!io_ch(arg, tmphex, 6)) in do_esc_char() 149 BIO_snprintf(tmphex, 11, "\\%02X", chtmp); in do_esc_char() 150 if (!io_ch(arg, tmphex, 3)) in do_esc_char()
|