Searched refs:real_hash (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/fs/verity/ |
D | verify.c | 43 const u8 *want_hash, const u8 *real_hash, in cmp_hashes() argument 48 if (memcmp(want_hash, real_hash, hsize) == 0) in cmp_hashes() 55 vi->tree_params.hash_alg->name, hsize, real_hash); in cmp_hashes() 86 u8 real_hash[FS_VERITY_MAX_DIGEST_SIZE]; in verify_page() local 144 err = fsverity_hash_page(params, inode, req, hpage, real_hash); in verify_page() 147 err = cmp_hashes(vi, want_hash, real_hash, index, level - 1); in verify_page() 159 err = fsverity_hash_page(params, inode, req, data_page, real_hash); in verify_page() 162 err = cmp_hashes(vi, want_hash, real_hash, index, -1); in verify_page()
|