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

  /external/chromium_org/net/http/
transport_security_persister_unittest.cc 172 std::string failure_log; local
173 EXPECT_FALSE(domain_state.CheckPublicKeyPins(hashes, &failure_log));
179 EXPECT_FALSE(domain_state.CheckPublicKeyPins(hashes, &failure_log));
182 EXPECT_TRUE(domain_state.CheckPublicKeyPins(hashes, &failure_log));
185 EXPECT_FALSE(domain_state.CheckPublicKeyPins(hashes, &failure_log));
http_security_headers_unittest.cc 556 std::string failure_log; local
558 state.CheckPublicKeyPins(domain, sni_enabled, hashes, &failure_log));
647 std::string failure_log; local
652 domain, true, new_static_domain_state2.pkp.spki_hashes, &failure_log));
653 EXPECT_NE(0UL, failure_log.length());
682 std::string failure_log; local
684 domain, sni_enabled, saved_hashes, &failure_log));
705 domain, sni_enabled, saved_hashes, &failure_log));
transport_security_state_unittest.cc 505 std::string failure_log; local
507 EXPECT_FALSE(domain_state.CheckPublicKeyPins(hashes, &failure_log));
593 std::string failure_log; local
594 EXPECT_TRUE(domain_state.CheckPublicKeyPins(good_hashes, &failure_log));
595 EXPECT_FALSE(domain_state.CheckPublicKeyPins(bad_hashes, &failure_log));

Completed in 84 milliseconds