Searched refs:hash_block_count (Results 1 – 2 of 2) sorted by relevance
54 auto hash_block_count = block_count; in verity_tree_blocks_for_file() local55 for (auto i = 0; hash_block_count > 1; i++) { in verity_tree_blocks_for_file()56 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verity_tree_blocks_for_file()57 total_tree_block_count += hash_block_count; in verity_tree_blocks_for_file()
184 auto hash_block_count = block_count; in verityTreeSizeForFile() local185 for (auto i = 0; hash_block_count > 1; i++) { in verityTreeSizeForFile()186 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verityTreeSizeForFile()187 total_tree_block_count += hash_block_count; in verityTreeSizeForFile()