Home
last modified time | relevance | path

Searched refs:hashes_per_block (Results 1 – 2 of 2) sorted by relevance

/external/fsverity-utils/
Dcmd_setup.c68 unsigned int hashes_per_block, in compute_tree_layout() argument
80 ASSERT(hashes_per_block >= 2); in compute_tree_layout()
84 blocks = DIV_ROUND_UP(blocks, hashes_per_block); in compute_tree_layout()
130 params->hashes_per_block, hash_lvl_region_idx, in build_merkle_tree()
187 (i / params->hashes_per_block); in build_merkle_tree()
198 params->hashes_per_block); in build_merkle_tree()
524 params.hashes_per_block = params.blocksize / in fsverity_cmd_setup()
526 if (params.hashes_per_block < 2) { in fsverity_cmd_setup()
Dfsveritysetup.h13 unsigned int hashes_per_block; /* blocksize / digest_size */ member