Searched refs:hex_value (Results 1 – 1 of 1) sorted by relevance
149 char *hex_value = xzalloc((hash_length * 2) + 1); in hash_bin_to_hex() local150 bin2hex(hex_value, (char*)hash_value, hash_length); in hash_bin_to_hex()151 return (unsigned char *)hex_value; in hash_bin_to_hex()