Searched refs:checksum_update (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c303 static void checksum_update(struct chksumwork *, const void *, size_t);
663 checksum_update(&(xar->e_sumwrk), buff, s);
664 checksum_update(&(xar->a_sumwrk), buff, s);
678 checksum_update(&(xar->e_sumwrk), buff, rsize);
680 checksum_update(&(xar->a_sumwrk), xar->wbuff, size);
1701 checksum_update(&(xar->a_sumwrk), xar->wbuff, size);
2531 checksum_update(struct chksumwork *sumwrk, const void *buff, size_t size) function
3083 checksum_update(&(xar->e_sumwrk), value, size);
3090 checksum_update(&(xar->a_sumwrk), value, size);
3125 checksum_update(
[all...]
H A Darchive_read_support_format_xar.c398 static void checksum_update(struct archive_read *, const void *,
1022 checksum_update(a, b, *used, *buff, *size);
1380 checksum_update(struct archive_read *a, const void *abuff, size_t asize, function

Completed in 85 milliseconds