Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dincremental_utils.cpp49 constexpr int hash_per_block = kBlockSize / kDigestSize; in verity_tree_blocks_for_file() local
56 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verity_tree_blocks_for_file()