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.cpp199 std::vector<uint8_t> calculating_hash_block; member
205 calculating_hash_block(hash_block_size) {} in HashtreeLevel()
296 level->calculating_hash_block.data() + level->calculating_offset; in VerifyHashtree()
312 level->calculating_hash_block.data() + level->calculating_offset, 0, in VerifyHashtree()
313 level->calculating_hash_block.size() - level->calculating_offset); in VerifyHashtree()
315 level->calculating_hash_block.size()) { in VerifyHashtree()
345 level->calculating_hash_block.data() + offset, in VerifyHashtree()
365 if (levels.back().calculating_hash_block != root_digest) { in VerifyHashtree()