Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/verity/
H A Dverify.c154 err = fsverity_hash_page(params, inode, req, hpage, real_hash); in verify_page()
169 err = fsverity_hash_page(params, inode, req, data_page, real_hash); in verify_page()
H A Dfsverity_private.h98 int fsverity_hash_page(const struct merkle_tree_params *params,
H A Dhash_algs.c233 int fsverity_hash_page(const struct merkle_tree_params *params, in fsverity_hash_page() function
H A Denable.c107 err = fsverity_hash_page(params, inode, req, src_page, in build_merkle_tree_level()