Searched refs:bblk_hash_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.h70 } bblk_hash_t; typedef in typeref:struct:_hashing_function
79 extern bblk_hash_t bblk_no_hash;
80 extern bblk_hash_t bblk_md5_hash;
81 extern bblk_hash_t *bblk_hash_list[BBLK_HASH_TOT];
H A Dbblk_einfo.c38 bblk_hash_t bblk_no_hash = {BBLK_NO_HASH, 0, "(no hash)", NULL};
39 bblk_hash_t bblk_md5_hash = {BBLK_HASH_MD5, 0x10, "MD5", md5_calc};
41 bblk_hash_t *bblk_hash_list[BBLK_HASH_TOT] = {
255 compute_hash(bblk_hs_t *hs, unsigned char *dest, bblk_hash_t *hash)
272 bblk_hash_t *hashinfo = bblk_hash_list[BBLK_DEFAULT_HASH];
336 bblk_hash_t *hashing;

Completed in 57 milliseconds