Searched refs:expected_hex (Results 1 – 2 of 2) sorted by relevance
61 const char *expected_hex; member154 if (strcmp(digest_hex, test->expected_hex) != 0) { in CompareDigest()157 digest_hex, test->expected_hex); in CompareDigest()
236 std::string expected_hex = EncodeHex(expected, expected_len); in ExpectBytesEqual() local238 PrintLine("Expected: %s", expected_hex.c_str()); in ExpectBytesEqual()