Searched refs:hash_block_size (Results 1 – 1 of 1) sorted by relevance
192 HashtreeLevel(uint64_t lv_offset, uint64_t lv_size, size_t hash_block_size) in HashtreeLevel()196 calculating_hash_block(hash_block_size) {} in HashtreeLevel()216 uint32_t hash_block_size, in VerifyHashtree() argument231 uint32_t digests_per_block = hash_block_size / padded_digest_size; in VerifyHashtree()245 next_level_block_count * hash_block_size, in VerifyHashtree()246 hash_block_size); in VerifyHashtree()249 if (hash_block_count * hash_block_size != tree_size) { in VerifyHashtree()271 std::vector<uint8_t> tree_block(hash_block_size); in VerifyHashtree()346 level->comparing_tree_offset += hash_block_size; in VerifyHashtree()481 ALOGI("hash_block_size = %u", descriptor->hash_block_size); in TEST()[all …]