Searched refs:hex (Results 1 – 3 of 3) sorted by relevance
394 char hex2int(unsigned char hex) { in hex2int() argument395 hex = hex - '0'; in hex2int()396 if (hex > 9) { in hex2int()397 hex = (hex + '0' - 1) | 0x20; in hex2int()398 hex = hex - 'a' + 11; in hex2int()400 if (hex > 15) in hex2int()401 hex = 0xFF; in hex2int()403 return hex; in hex2int()
39 char hex[33]; in f_crypto_md5() local42 b.ptr = hex; in f_crypto_md5()44 b.size = sizeof(hex); in f_crypto_md5()
75 <uri-prefix><token>/<timestamp-in-hex><rel-path>81 3. <timestamp-in-hex>