Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dtlsh.c40 static const char hexcodes[] = "0123456789ABCDEF"; variable
49 hex[h++] = hexcodes[(buf[r] & 0xf0) >> 4];
50 hex[h++] = hexcodes[(buf[r] & 0x0f)];
H A Dtls.c1689 static const char hexcodes[] = "0123456789ABCDEF";
1701 md5h[r * 3] = hexcodes[(md[r] & 0xf0) >> 4];
1702 md5h[(r * 3) + 1] = hexcodes[(md[r] & 0x0f)];