Home
last modified time | relevance | path

Searched refs:want_hash (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/verity/
Dverify.c53 const u8 *want_hash, const u8 *real_hash, in cmp_hashes() argument
58 if (memcmp(want_hash, real_hash, hsize) == 0) in cmp_hashes()
64 vi->tree_params.hash_alg->name, hsize, want_hash, in cmp_hashes()
95 const u8 *want_hash; in verify_page() local
133 want_hash = _want_hash; in verify_page()
137 hsize, want_hash); in verify_page()
145 want_hash = vi->root_hash; in verify_page()
147 params->hash_alg->name, hsize, want_hash); in verify_page()
157 err = cmp_hashes(vi, want_hash, real_hash, index, level - 1); in verify_page()
162 want_hash = _want_hash; in verify_page()
[all …]