Lines Matching full:verify
3 * fs/verity/verify.c: data verification functions, i.e. hooks for ->readpages()
70 * Verify a single data page against the file's Merkle tree.
72 * In principle, we need to verify the entire path to the root node. However,
75 * the PageChecked bit being set; then verify the path to that page.
81 * Note that multiple processes may race to verify a hash page and mark it
175 /* Finally, verify the data page */ in verify_page()
188 * fsverity_verify_page() - verify a data page
191 * Verify a page that has just been read from a verity file. The page must be a
216 * fsverity_verify_bio() - verify a 'read' bio that has just completed
217 * @bio: the bio to verify
219 * Verify a set of pages that have just been read from a verity file. The pages