Searched refs:archive_sha256_update (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_hash.h | 157 # 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 D | archive_write_set_format_mtree.c | 877 archive_sha256_update(&mtree->sha256ctx, buff, n); in archive_write_mtree_data()
|