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

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c338 unsigned char *local_hash; local
374 local_hash = malloc(hashing->size);
375 if (local_hash == NULL)
382 if (compute_hash(hs, local_hash, hashing) < 0) {
383 free(local_hash);
389 if (memcmp(local_hash, disk_hash, disk_einfo->hash_size) == 0) {
390 free(local_hash);
394 free(local_hash);

Completed in 46 milliseconds