Home
last modified time | relevance | path

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

/openbmc/linux/fs/verity/
H A 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()
H A Dfsverity_private.h86 int fsverity_hash_block(const struct merkle_tree_params *params,
H A Dhash_algs.c176 int fsverity_hash_block(const struct merkle_tree_params *params, in fsverity_hash_block() function
H A Denable.c40 err = fsverity_hash_block(params, inode, cur->data, in hash_one_block()