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