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

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c204 (void) fprintf(stdout, gettext("Warning: hashing "
242 (void) fprintf(stdout, "No hashing available\n");
277 * hashing has been calculated.
329 * information on the supplied boot block (hs for hashing, verstr as the
336 bblk_hash_t *hashing; local
372 hashing = bblk_hash_list[disk_einfo->hash_type];
374 local_hash = malloc(hashing->size);
382 if (compute_hash(hs, local_hash, hashing) < 0) {

Completed in 88 milliseconds