Home
last modified time | relevance | path

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

/third_party/fsverity-utils/lib/
Dcompute_digest.c109 const u32 hashes_per_block = block_size / hash->alg->digest_size; in compute_root_hash() local
141 blocks = DIV_ROUND_UP(blocks, hashes_per_block); in compute_root_hash()