Searched refs:hexcodes (Results 1 – 2 of 2) sorted by relevance
40 static const char hexcodes[] = "0123456789ABCDEF"; variable49 hex[h++] = hexcodes[(buf[r] & 0xf0) >> 4];50 hex[h++] = hexcodes[(buf[r] & 0x0f)];
1689 static const char hexcodes[] = "0123456789ABCDEF";1701 md5h[r * 3] = hexcodes[(md[r] & 0xf0) >> 4];1702 md5h[(r * 3) + 1] = hexcodes[(md[r] & 0x0f)];