Searched refs:hash_per_block (Results 1 – 2 of 2) sorted by relevance
49 constexpr int hash_per_block = kBlockSize / kDigestSize; in verity_tree_blocks_for_file() local56 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verity_tree_blocks_for_file()
179 constexpr int hash_per_block = INCFS_DATA_FILE_BLOCK_SIZE / digest_size; in verityTreeSizeForFile() local186 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verityTreeSizeForFile()