Searched refs:local_hash (Results 1 – 1 of 1) sorted by relevance
367 unsigned char *local_hash; in einfo_should_update() local403 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()