real_hash 53 fs/verity/verify.c const u8 *want_hash, const u8 *real_hash, real_hash 58 fs/verity/verify.c if (memcmp(want_hash, real_hash, hsize) == 0) real_hash 65 fs/verity/verify.c vi->tree_params.hash_alg->name, hsize, real_hash); real_hash 95 fs/verity/verify.c u8 real_hash[FS_VERITY_MAX_DIGEST_SIZE]; real_hash 153 fs/verity/verify.c err = fsverity_hash_page(params, inode, req, hpage, real_hash); real_hash 156 fs/verity/verify.c err = cmp_hashes(vi, want_hash, real_hash, index, level - 1); real_hash 168 fs/verity/verify.c err = fsverity_hash_page(params, inode, req, data_page, real_hash); real_hash 171 fs/verity/verify.c err = cmp_hashes(vi, want_hash, real_hash, index, -1);