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.cpp201 HashtreeLevel(uint64_t lv_offset, uint64_t lv_size, size_t hash_block_size) in HashtreeLevel()
205 calculating_hash_block(hash_block_size) {} in HashtreeLevel()
225 uint32_t hash_block_size, in VerifyHashtree() argument
240 uint32_t digests_per_block = hash_block_size / padded_digest_size; in VerifyHashtree()
254 next_level_block_count * hash_block_size, in VerifyHashtree()
255 hash_block_size); in VerifyHashtree()
258 if (hash_block_count * hash_block_size != tree_size) { in VerifyHashtree()
280 std::vector<uint8_t> tree_block(hash_block_size); in VerifyHashtree()
355 level->comparing_tree_offset += hash_block_size; in VerifyHashtree()
853 ALOGI("hash_block_size = %u", descriptor->hash_block_size); in TEST()
[all …]