Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c112 #define SHA1_SIZE 20 macro
2612 sumval->len = SHA1_SIZE; in checksum_final()
3234 return (SHA1_SIZE); in getalgsize()
H A Darchive_read_support_format_xar.c107 #define SHA1_SIZE 20 macro
1399 if (len != SHA1_SIZE || in _checksum_final()
1400 memcmp(val, sum, SHA1_SIZE) != 0) in _checksum_final()