Home
last modified time | relevance | path

Searched refs:archive_sha1_update (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_digest.c79 assertEqualInt(ARCHIVE_OK, archive_sha1_update(&ctx, buf, sizeof(buf))); in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest_private.h344 #define archive_sha1_update(ctx, buf, n)\ macro
H A Darchive_read_support_format_zip.c373 archive_sha1_update(&ctx, p, size);
380 archive_sha1_update(&ctx, mkb, sizeof(mkb));
387 archive_sha1_update(&ctx, mkb, sizeof(mkb));
H A Darchive_write_set_format_mtree.c1528 archive_sha1_update(&mtree->sha1ctx, buff, n); in sum_update()
H A Darchive_write_set_format_xar.c2594 archive_sha1_update(&(sumwrk->sha1ctx), buff, size); in checksum_update()
H A Darchive_read_support_format_xar.c1380 archive_sha1_update(&(sumwrk->sha1ctx), buff, size); in _checksum_update()