want_hash          53 fs/verity/verify.c 			     const u8 *want_hash, const u8 *real_hash,
want_hash          58 fs/verity/verify.c 	if (memcmp(want_hash, real_hash, hsize) == 0)
want_hash          64 fs/verity/verify.c 		     vi->tree_params.hash_alg->name, hsize, want_hash,
want_hash          94 fs/verity/verify.c 	const u8 *want_hash;
want_hash         132 fs/verity/verify.c 			want_hash = _want_hash;
want_hash         136 fs/verity/verify.c 					     hsize, want_hash);
want_hash         144 fs/verity/verify.c 	want_hash = vi->root_hash;
want_hash         146 fs/verity/verify.c 		 params->hash_alg->name, hsize, want_hash);
want_hash         156 fs/verity/verify.c 		err = cmp_hashes(vi, want_hash, real_hash, index, level - 1);
want_hash         161 fs/verity/verify.c 		want_hash = _want_hash;
want_hash         164 fs/verity/verify.c 			 level - 1, params->hash_alg->name, hsize, want_hash);
want_hash         171 fs/verity/verify.c 	err = cmp_hashes(vi, want_hash, real_hash, index, -1);