HomeSort by relevance Sort by last modified time
    Searched defs:actual_hash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cert/
ct_log_response_parser_unittest.cc 59 char actual_hash[kSthRootHashLength + 1]; local
60 memcpy(actual_hash, tree_head.sha256_root_hash, kSthRootHashLength);
61 actual_hash[kSthRootHashLength] = '\0';
64 ASSERT_STREQ(expected_sha256_root_hash.c_str(), actual_hash);
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.cc 350 std::string actual_hash; variable
351 if (!context->GetValueHash(*context->current_node(), &actual_hash) ||
352 actual_hash != hashed_value_)
368 std::string actual_hash; variable
369 if (context->GetValueHash(*context->current_node(), &actual_hash) &&
370 actual_hash == hashed_value_)
395 std::string actual_hash; variable
397 if (!context->GetValueHash(*context->current_node(), &actual_hash) ||
399 actual_hash != stored_hash)

Completed in 112 milliseconds