Searched refs:hash_length (Results 1 – 1 of 1) sorted by relevance
146 unsigned hash_length) in hash_bin_to_hex() argument149 char *hex_value = xzalloc((hash_length * 2) + 1); in hash_bin_to_hex()150 bin2hex(hex_value, (char*)hash_value, hash_length); in hash_bin_to_hex()