Home
last modified time | relevance | path

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

/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp190 std::vector<uint8_t> calculating_hash_block; member
196 calculating_hash_block(hash_block_size) {} in HashtreeLevel()
287 level->calculating_hash_block.data() + level->calculating_offset; in VerifyHashtree()
303 level->calculating_hash_block.data() + level->calculating_offset, 0, in VerifyHashtree()
304 level->calculating_hash_block.size() - level->calculating_offset); in VerifyHashtree()
306 level->calculating_hash_block.size()) { in VerifyHashtree()
336 level->calculating_hash_block.data() + offset, in VerifyHashtree()
356 if (levels.back().calculating_hash_block != root_digest) { in VerifyHashtree()