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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_hash.h266 # define archive_sha512_update(ctx, buf, n) SHA512_Update(ctx, buf, n) macro
273 # define archive_sha512_update(ctx, buf, n) SHA512Update(ctx, buf, n) macro
280 # define archive_sha512_update(ctx, buf, n) SHA512Update(ctx, buf, n) macro
287 # define archive_sha512_update(ctx, buf, n) SHA512_Update(ctx, buf, n) macro
301 # define archive_sha512_update(ctx, buf, n) SHA512_Update(ctx, buf, n) macro
308 # define archive_sha512_update(ctx, buf, n) __la_hash_Update(ctx, buf, n) macro
H A Darchive_write_set_format_mtree.c885 archive_sha512_update(&mtree->sha512ctx, buff, n);

Completed in 74 milliseconds