Searched refs:compute_hash (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/boot/common/ |
H A D | bblk_einfo.c | 255 compute_hash(bblk_hs_t *hs, unsigned char *dest, bblk_hash_t *hash) in compute_hash() function 260 hash->compute_hash(dest, hs->src_buf, hs->src_size); in compute_hash() 289 if (compute_hash(hs, data, hashinfo) < 0) { in prepare_and_write_einfo() 382 if (compute_hash(hs, local_hash, hashing) < 0) { in einfo_should_update()
|
H A D | bblk_einfo.h | 69 void (*compute_hash)(void *, const void *, unsigned int); member
|