Searched refs:hexcodes (Results 1 – 1 of 1) sorted by relevance
1266 static const char hexcodes[] = "0123456789ABCDEF"; local1271 md5h[r * 3] = hexcodes[(md[r] & 0xf0) >> 4];1272 md5h[(r * 3) + 1] = hexcodes[(md[r] & 0x0f)];