Home
last modified time | relevance | path

Searched refs:tthsum_progress (Results 1 – 1 of 1) sorted by last modified time

/dports/security/tthsum/tthsum/
H A Dtthsum.c40 static void tthsum_progress(uint64_t current_pos, uint64_t end_pos);
63 opt->progress_every_mib ? tthsum_progress : NULL) == -1) { in tthsum_generate_root()
185 opt->progress_every_mib ? tthsum_progress : NULL) == -1) { in tthsum_check_digest_line()
295 static void tthsum_progress(uint64_t current_pos, uint64_t end_pos) { in tthsum_progress() function