Home
last modified time | relevance | path

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

/openssl/crypto/
H A Do_str.c225 static const char hexdig[] = "0123456789ABCDEF"; in buf2hexstr_sep() local
244 *q++ = hexdig[(*p >> 4) & 0xf]; in buf2hexstr_sep()
245 *q++ = hexdig[*p & 0xf]; in buf2hexstr_sep()
/openssl/crypto/asn1/
H 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 9 milliseconds