Searched defs:compute_hash (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.h69 void (*compute_hash)(void *, const void *, unsigned int); member in struct:_hashing_function
H A Dbblk_einfo.c255 compute_hash(bblk_hs_t *hs, unsigned char *dest, bblk_hash_t *hash) function
260 hash->compute_hash(dest, hs->src_buf, hs->src_size);
289 if (compute_hash(hs, data, hashinfo) < 0) {
382 if (compute_hash(hs, local_hash, hashing) < 0) {

Completed in 44 milliseconds