Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dmd5_sha1_sum.c149 char *hex_value = xzalloc((hash_length * 2) + 1); in hash_bin_to_hex() local
150 bin2hex(hex_value, (char*)hash_value, hash_length); in hash_bin_to_hex()
151 return (unsigned char *)hex_value; in hash_bin_to_hex()