Searched refs:expected_root_hash (Results 1 – 2 of 2) sorted by relevance
425 std::string expected_root_hash = in TEST_F() local429 expected_root_hash }; in TEST_F()458 ASSERT_EQ(expected_root_hash, HashTreeBuilder::BytesArrayToString(digest)); in TEST_F()474 std::string expected_root_hash = in TEST_F() local478 expected_root_hash }; in TEST_F()
1525 std::string expected_root_hash = params.tokens[params.cpos++]; in PerformCommandComputeHashTree() local1526 if (expected_root_hash.empty()) { in PerformCommandComputeHashTree()1568 if (root_hash_hex != expected_root_hash) { in PerformCommandComputeHashTree()1570 << expected_root_hash << ", actual: " << root_hash_hex; in PerformCommandComputeHashTree()