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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c53 } bblk_hash_t; typedef in typeref:struct:_hashing_function
83 bblk_hash_t bblk_no_hash = {BBLK_NO_HASH, 0, "(no hash)", NULL};
84 bblk_hash_t bblk_md5_hash = {BBLK_HASH_MD5, 0x10, "MD5", grub_md5_calc};
87 compute_hash(bblk_hs_t *hs, unsigned char *dest, bblk_hash_t *hash)
104 bblk_hash_t *hashinfo = &bblk_md5_hash;

Completed in 14 milliseconds