Home
last modified time | relevance | path

Searched refs:hexdig (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/
A Do_str.c222 static const char hexdig[] = "0123456789ABCDEF"; in buf2hexstr_sep() local
241 *q++ = hexdig[(*p >> 4) & 0xf]; in buf2hexstr_sep()
242 *q++ = hexdig[*p & 0xf]; in buf2hexstr_sep()
/openssl-master/crypto/asn1/
A Da_strex.c237 static const char hexdig[] = "0123456789ABCDEF"; in do_hex_dump() local
244 hextmp[0] = hexdig[*p >> 4]; in do_hex_dump()
245 hextmp[1] = hexdig[*p & 0xf]; in do_hex_dump()

Completed in 4 milliseconds