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
559 domain, is_issued_by_known_root, hashes, &failure_log));
648 std::string failure_log; local
657 &failure_log));
658 EXPECT_NE(0UL, failure_log.length());
687 std::string failure_log; local
692 &failure_log));
715 &failure_log));
transport_security_state_unittest.cc 538 std::string failure_log; local
540 EXPECT_FALSE(domain_state.CheckPublicKeyPins(hashes, &failure_log));
627 std::string failure_log; local
628 EXPECT_TRUE(domain_state.CheckPublicKeyPins(good_hashes, &failure_log));
629 EXPECT_FALSE(domain_state.CheckPublicKeyPins(bad_hashes, &failure_log));

Completed in 2286 milliseconds