Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dupdater_test.cpp395 std::string expected_root_hash = in TEST_F() local
399 expected_root_hash }; in TEST_F()
428 ASSERT_EQ(expected_root_hash, HashTreeBuilder::BytesArrayToString(digest)); in TEST_F()
444 std::string expected_root_hash = in TEST_F() local
448 expected_root_hash }; in TEST_F()
/bootable/recovery/updater/
Dblockimg.cpp1520 std::string expected_root_hash = params.tokens[params.cpos++]; in PerformCommandComputeHashTree() local
1521 if (expected_root_hash.empty()) { in PerformCommandComputeHashTree()
1563 if (root_hash_hex != expected_root_hash) { in PerformCommandComputeHashTree()
1565 << expected_root_hash << ", actual: " << root_hash_hex; in PerformCommandComputeHashTree()