Home
last modified time | relevance | path

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

/linux-6.12.1/fs/verity/
Dverify.c205 if (fsverity_hash_block(params, inode, haddr, real_hash) != 0) in verify_data_block()
225 if (fsverity_hash_block(params, inode, data, real_hash) != 0) in verify_data_block()
Dfsverity_private.h85 int fsverity_hash_block(const struct merkle_tree_params *params,
Dhash_algs.c176 int fsverity_hash_block(const struct merkle_tree_params *params, in fsverity_hash_block() function
Denable.c40 err = fsverity_hash_block(params, inode, cur->data, in hash_one_block()