Searched defs:CertVerifyProcChromeOS (Results 1 - 2 of 2) sorted by last modified time

/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();

Completed in 84 milliseconds