HomeSort by relevance Sort by last modified time
    Searched refs:failure_log (Results 1 - 5 of 5) 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));
transport_security_state.h 119 std::string* failure_log) const;
167 std::string* 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));
transport_security_state.cc 124 std::string* failure_log) {
127 return dynamic_state.CheckPublicKeyPins(hashes, failure_log);
131 static_state.CheckPublicKeyPins(hashes, failure_log)) {
857 const HashValueVector& hashes, std::string* failure_log) const {
862 failure_log->append(
869 failure_log->append("Rejecting public key chain for domain " + domain +
884 failure_log->append("Rejecting public key chain for domain " + domain +

Completed in 2242 milliseconds