Searched refs:archive_sha1_update (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_hash.h134 # define archive_sha1_update(ctx, buf, n) SHA1Update(ctx, buf, n) macro
141 # define archive_sha1_update(ctx, buf, n) SHA1_Update(ctx, buf, n) macro
148 # define archive_sha1_update(ctx, buf, n) CC_SHA1_Update(ctx, buf, n) macro
155 # define archive_sha1_update(ctx, buf, n) SHA1_Update(ctx, buf, n) macro
162 # define archive_sha1_update(ctx, buf, n) __la_hash_Update(ctx, buf, n) macro
H A Darchive_write_set_format_mtree.c873 archive_sha1_update(&mtree->sha1ctx, buff, n);
H A Darchive_read_support_format_xar.c1230 archive_sha1_update(&(sumwrk->sha1ctx), buff, size);

Completed in 102 milliseconds