Searched refs:hexChars (Results 1 – 1 of 1) sorted by relevance
1369 static const char hexChars[] = "0123456789ABCDEF"; variable1379 (*signature)[++pos] = hexChars[((const unsigned char *)digest)[len] >> 4]; in phar_hex_str()1380 (*signature)[++pos] = hexChars[((const unsigned char *)digest)[len] & 0x0F]; in phar_hex_str()
Completed in 10 milliseconds