Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dmd5_sha1_sum.c146 unsigned hash_length) in hash_bin_to_hex() argument
149 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()