Searched refs:fsverity_hash_block (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/verity/ |
H A D | verify.c | 212 if (fsverity_hash_block(params, inode, haddr, real_hash) != 0) in verify_data_block() 232 if (fsverity_hash_block(params, inode, data, real_hash) != 0) in verify_data_block()
|
H A D | fsverity_private.h | 95 int fsverity_hash_block(const struct merkle_tree_params *params,
|
H A D | hash_algs.c | 167 * fsverity_hash_block() - hash a single data or hash block 178 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()
|
Completed in 3 milliseconds