Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_digest.c75 if (ARCHIVE_OK != archive_sha1_init(&ctx)) { in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest_private.h340 #define archive_sha1_init(ctx)\ macro
H A Darchive_read_support_format_zip.c372 archive_sha1_init(&ctx);
379 archive_sha1_init(&ctx);
386 archive_sha1_init(&ctx);
H A Darchive_write_set_format_mtree.c1472 if (archive_sha1_init(&mtree->sha1ctx) == ARCHIVE_OK) in sum_init()
H A Darchive_write_set_format_xar.c2578 archive_sha1_init(&(sumwrk->sha1ctx)); in checksum_init()
H A Darchive_read_support_format_xar.c1364 archive_sha1_init(&(sumwrk->sha1ctx)); in _checksum_init()