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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_hash.h222 # define archive_sha384_update(ctx, buf, n) SHA384_Update(ctx, buf, n) macro
229 # define archive_sha384_update(ctx, buf, n) SHA384Update(ctx, buf, n) macro
236 # define archive_sha384_update(ctx, buf, n) SHA384Update(ctx, buf, n) macro
250 # define archive_sha384_update(ctx, buf, n) SHA384_Update(ctx, buf, n) macro
257 # define archive_sha384_update(ctx, buf, n) __la_hash_Update(ctx, buf, n) macro
H A Darchive_write_set_format_mtree.c881 archive_sha384_update(&mtree->sha384ctx, buff, n);

Completed in 107 milliseconds