Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c367 unsigned char *local_hash; in einfo_should_update() local
403 local_hash = malloc(hashing->size); in einfo_should_update()
404 if (local_hash == NULL) in einfo_should_update()
411 if (compute_hash(hs, local_hash, hashing) < 0) { in einfo_should_update()
412 free(local_hash); in einfo_should_update()
418 if (memcmp(local_hash, disk_hash, disk_einfo->hash_size) == 0) { in einfo_should_update()
419 free(local_hash); in einfo_should_update()
423 free(local_hash); in einfo_should_update()