Home
last modified time | relevance | path

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

/PHP-7.3/ext/phar/
H A Dutil.c1367 static const char hexChars[] = "0123456789ABCDEF"; variable
1377 (*signature)[++pos] = hexChars[((const unsigned char *)digest)[len] >> 4]; in phar_hex_str()
1378 (*signature)[++pos] = hexChars[((const unsigned char *)digest)[len] & 0x0F]; in phar_hex_str()

Completed in 19 milliseconds