Home
last modified time | relevance | path

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

/linux/fs/verity/
H A Dfsverity_private.h94 void fsverity_hash_block(const struct merkle_tree_params *params,
H A Dverify.c276 fsverity_hash_block(params, haddr, real_hash); in fsverity_init_verification_context()
356 fsverity_hash_block(params, ctx->pending_blocks[i].data, in fsverity_add_data_blocks()
H A Dhash_algs.c103 void fsverity_hash_block(const struct merkle_tree_params *params, in fsverity_hash_block() function
H A Denable.c38 fsverity_hash_block(params, cur->data, &next->data[next->filled]); in hash_one_block()