| 198 | } |
| 199 | |
| 200 | void hashfile_checkpoint_init(struct hashfile *f, |
| 201 | struct hashfile_checkpoint *checkpoint) |
| 202 | { |
| 203 | memset(checkpoint, 0, sizeof(*checkpoint)); |
| 204 | f->algop->init_fn(&checkpoint->ctx); |
| 205 | } |
| 206 | |
| 207 | void hashfile_checkpoint(struct hashfile *f, struct hashfile_checkpoint *checkpoint) |
| 208 | { |
no outgoing calls
no test coverage detected