Searched refs:fsverity_hash_block (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/verity/ |
H A D | verify.c | 205 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 D | fsverity_private.h | 86 int fsverity_hash_block(const struct merkle_tree_params *params,
|
H A D | hash_algs.c | 176 int fsverity_hash_block(const struct merkle_tree_params *params, in fsverity_hash_block() function
|
H A D | enable.c | 40 err = fsverity_hash_block(params, inode, cur->data, in hash_one_block()
|