Searched refs:expected_root_hash (Results 1 – 2 of 2) sorted by relevance
395 std::string expected_root_hash = in TEST_F() local399 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() local448 expected_root_hash }; in TEST_F()
1520 std::string expected_root_hash = params.tokens[params.cpos++]; in PerformCommandComputeHashTree() local1521 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()