Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1279 static const char hexcodes[] = "0123456789ABCDEF"; local
1284 md5h[r * 3] = hexcodes[(md[r] & 0xf0) >> 4];
1285 md5h[(r * 3) + 1] = hexcodes[(md[r] & 0x0f)];