Searched refs:CertVerifyProcChromeOS (Results 1 - 6 of 6) sorted by path

/external/chromium_org/chrome/browser/chromeos/net/
H A Dcert_verify_proc_chromeos.cc22 CertVerifyProcChromeOS* cert_verify_proc;
28 CertVerifyProcChromeOS::CertVerifyProcChromeOS() {} function in class:chromeos::CertVerifyProcChromeOS
30 CertVerifyProcChromeOS::CertVerifyProcChromeOS( function in class:chromeos::CertVerifyProcChromeOS
38 CertVerifyProcChromeOS::~CertVerifyProcChromeOS() {}
40 int CertVerifyProcChromeOS::VerifyInternal(
51 &CertVerifyProcChromeOS::IsChainValidFunc;
65 SECStatus CertVerifyProcChromeOS
[all...]
H A Dcert_verify_proc_chromeos.h18 // trust root, that root should not be trusted by CertVerifyProcChromeOS
21 class CertVerifyProcChromeOS : public net::CertVerifyProcNSS { class in namespace:chromeos
24 CertVerifyProcChromeOS();
28 explicit CertVerifyProcChromeOS(crypto::ScopedPK11Slot public_slot);
31 virtual ~CertVerifyProcChromeOS();
H A Dcert_verify_proc_chromeos_unittest.cc43 verify_proc_default_ = new CertVerifyProcChromeOS();
44 verify_proc_1_ = new CertVerifyProcChromeOS(db_1_->GetPublicSlot());
45 verify_proc_2_ = new CertVerifyProcChromeOS(db_2_->GetPublicSlot());
122 // Test that the CertVerifyProcChromeOS doesn't trusts roots that are in other
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_cert_verifier_browsertest.cc50 cert_verifier_->InitializeOnIOThread(new chromeos::CertVerifyProcChromeOS(
/external/chromium_org/chrome/browser/
H A Dio_thread.cc591 new chromeos::CertVerifyProcChromeOS()));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc1083 new chromeos::CertVerifyProcChromeOS(public_slot.Pass()));

Completed in 4031 milliseconds