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

/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c71 char tmphex[HEX_SIZE(long) + 3]; local
76 BIO_snprintf(tmphex, sizeof(tmphex), "\\W%08lX", c);
77 if (!io_ch(arg, tmphex, 10))
82 BIO_snprintf(tmphex, sizeof(tmphex), "\\U%04lX", c);
83 if (!io_ch(arg, tmphex, 6))
110 BIO_snprintf(tmphex, 11, "\\%02X", chtmp);
111 if (!io_ch(arg, tmphex, 3))

Completed in 61 milliseconds