Searched refs:IsCertAllowed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos_unittest.cc116 no_slots_profile_filter_.IsCertAllowed(certs_[0]->os_cert_handle()));
117 EXPECT_FALSE(profile_filter_1_.IsCertAllowed(certs_[0]->os_cert_handle()));
119 profile_filter_1_copy_.IsCertAllowed(certs_[0]->os_cert_handle()));
120 EXPECT_FALSE(profile_filter_2_.IsCertAllowed(certs_[0]->os_cert_handle()));
151 no_slots_profile_filter_.IsCertAllowed(root_certs[0]->os_cert_handle()));
152 EXPECT_TRUE(profile_filter_1_.IsCertAllowed(root_certs[0]->os_cert_handle()));
154 profile_filter_1_copy_.IsCertAllowed(root_certs[0]->os_cert_handle()));
155 EXPECT_TRUE(profile_filter_2_.IsCertAllowed(root_certs[0]->os_cert_handle()));
200 no_slots_profile_filter_.IsCertAllowed(cert_1->os_cert_handle()));
202 no_slots_profile_filter_.IsCertAllowed(cert_
[all...]
H A Dnss_profile_filter_chromeos.h43 bool IsCertAllowed(CERTCertificate* cert) const;
H A Dnss_profile_filter_chromeos.cc113 bool NSSProfileFilterChromeOS::IsCertAllowed(CERTCertificate* cert) const { function in class:net::NSSProfileFilterChromeOS
144 return !filter_.IsCertAllowed(cert->os_cert_handle());
/external/chromium_org/chrome/browser/chromeos/net/
H A Dcert_verify_proc_chromeos.cc99 *chain_ok = args->cert_verify_proc->profile_filter_.IsCertAllowed(cert)

Completed in 115 milliseconds