Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c151 # define DIGEST_HEX_BYTES (DIGEST_BITS / 4) macro
161 (DIGEST_HEX_BYTES /* length of hexadecimal message digest */ \
1496 digest_hex_bytes = DIGEST_HEX_BYTES; in main()