Home
last modified time | relevance | path

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

/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp95 HashtreeLevel(uint64_t lv_offset, uint64_t lv_size, size_t hash_block_size) in HashtreeLevel()
99 calculating_hash_block(hash_block_size) {} in HashtreeLevel()
119 uint32_t hash_block_size, in VerifyHashtree() argument
134 uint32_t digests_per_block = hash_block_size / padded_digest_size; in VerifyHashtree()
148 next_level_block_count * hash_block_size, in VerifyHashtree()
149 hash_block_size); in VerifyHashtree()
152 if (hash_block_count * hash_block_size != tree_size) { in VerifyHashtree()
174 std::vector<uint8_t> tree_block(hash_block_size); in VerifyHashtree()
249 level->comparing_tree_offset += hash_block_size; in VerifyHashtree()
370 ALOGI("hash_block_size = %u", descriptor->hash_block_size); in TEST()
[all …]