HomeSort by relevance Sort by last modified time
    Searched refs:expected_hex (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/digest/
digest_test.cc 55 // expected_hex is the expected digest in hexadecimal.
56 const char *expected_hex; member in struct:TestVector
150 if (strcmp(digest_hex, test->expected_hex) != 0) {
153 digest_hex, test->expected_hex);
  /art/compiler/linker/
relative_patcher_test.h 213 std::ostringstream expected_hex; local
219 expected_hex << " " << digits[expected_code[i] >> 4] << digits[expected_code[i] & 0xf];
227 std::string expected_hex_str = expected_hex.str();
  /external/boringssl/src/crypto/test/
file_test.cc 257 std::string expected_hex = EncodeHex(expected, expected_len); local
259 PrintLine("Expected: %s", expected_hex.c_str());

Completed in 239 milliseconds