Home
last modified time | relevance | path

Searched refs:archive_sha256_update (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/libarchive/dist/libarchive/
H A Darchive_hash.h157 # define archive_sha256_update(ctx, buf, n) SHA256_Update(ctx, buf, n) macro
164 # define archive_sha256_update(ctx, buf, n) SHA256Update(ctx, buf, n) macro
171 # define archive_sha256_update(ctx, buf, n) SHA256Update(ctx, buf, n) macro
185 # define archive_sha256_update(ctx, buf, n) SHA256_Update(ctx, buf, n) macro
192 # define archive_sha256_update(ctx, buf, n) __la_hash_Update(ctx, buf, n) macro
H A Darchive_write_set_format_mtree.c877 archive_sha256_update(&mtree->sha256ctx, buff, n); in archive_write_mtree_data()