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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c127 unsigned char chflgs, chtmp; local
144 chtmp = (unsigned char)c;
145 if (chtmp > 0x7f)
148 chflgs = char_type[chtmp] & flags;
154 if (!io_ch(arg, &chtmp, 1))
160 if (!io_ch(arg, &chtmp, 1))
165 BIO_snprintf(tmphex, 11, "\\%02X", chtmp);
174 if (chtmp == '\\' && flags & ESC_FLAGS) {
179 if (!io_ch(arg, &chtmp, 1))

Completed in 113 milliseconds