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

/openbsd-current/lib/libcrypto/asn1/
H A Da_strex.c270 char hextmp[2]; local
275 hextmp[0] = hexdig[*p >> 4];
276 hextmp[1] = hexdig[*p & 0xf];
277 if (!io_ch(arg, hextmp, 2))

Completed in 107 milliseconds