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.cpp191 std::vector<uint8_t> calculating_hash_block; member
197 calculating_hash_block(hash_block_size) {} in HashtreeLevel()
288 level->calculating_hash_block.data() + level->calculating_offset; in VerifyHashtree()
304 level->calculating_hash_block.data() + level->calculating_offset, 0, in VerifyHashtree()
305 level->calculating_hash_block.size() - level->calculating_offset); in VerifyHashtree()
307 level->calculating_hash_block.size()) { in VerifyHashtree()
337 level->calculating_hash_block.data() + offset, in VerifyHashtree()
357 if (levels.back().calculating_hash_block != root_digest) { in VerifyHashtree()