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

/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c239 char hextmp[2]; local
244 hextmp[0] = hexdig[*p >> 4];
245 hextmp[1] = hexdig[*p & 0xf];
246 if (!io_ch(arg, hextmp, 2))

Completed in 97 milliseconds