Home
last modified time | relevance | path

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

/linux-6.1.9/fs/verity/
Dverify.c43 const u8 *want_hash, const u8 *real_hash, in cmp_hashes() argument
48 if (memcmp(want_hash, real_hash, hsize) == 0) in cmp_hashes()
54 vi->tree_params.hash_alg->name, hsize, want_hash, in cmp_hashes()
85 const u8 *want_hash; in verify_page() local
123 want_hash = _want_hash; in verify_page()
127 hsize, want_hash); in verify_page()
135 want_hash = vi->root_hash; in verify_page()
137 params->hash_alg->name, hsize, want_hash); in verify_page()
147 err = cmp_hashes(vi, want_hash, real_hash, index, level - 1); in verify_page()
152 want_hash = _want_hash; in verify_page()
[all …]