Searched refs:real_hash (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/verity/ |
D | verify.c | 53 const u8 *want_hash, const u8 *real_hash, in cmp_hashes() argument 58 if (memcmp(want_hash, real_hash, hsize) == 0) in cmp_hashes() 65 vi->tree_params.hash_alg->name, hsize, real_hash); in cmp_hashes() 96 u8 real_hash[FS_VERITY_MAX_DIGEST_SIZE]; in verify_page() local 154 err = fsverity_hash_page(params, inode, req, hpage, real_hash); in verify_page() 157 err = cmp_hashes(vi, want_hash, real_hash, index, level - 1); in verify_page() 169 err = fsverity_hash_page(params, inode, req, data_page, real_hash); in verify_page() 172 err = cmp_hashes(vi, want_hash, real_hash, index, -1); in verify_page()
|