| 231 | } |
| 232 | |
| 233 | uint32_t crc32_end(struct hashfile *f) |
| 234 | { |
| 235 | f->do_crc = 0; |
| 236 | return f->crc32; |
| 237 | } |
| 238 | |
| 239 | int hashfile_checksum_valid(const struct git_hash_algo *algop, |
| 240 | const unsigned char *data, size_t total_len) |
no outgoing calls
no test coverage detected