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

  /external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos.h 18 // trust root, that root should not be trusted by CertVerifyProcChromeOS
21 class CertVerifyProcChromeOS : public net::CertVerifyProcNSS {
24 CertVerifyProcChromeOS();
28 explicit CertVerifyProcChromeOS(crypto::ScopedPK11Slot public_slot);
31 virtual ~CertVerifyProcChromeOS();
cert_verify_proc_chromeos.cc 22 CertVerifyProcChromeOS* cert_verify_proc;
28 CertVerifyProcChromeOS::CertVerifyProcChromeOS() {}
30 CertVerifyProcChromeOS::CertVerifyProcChromeOS(
38 CertVerifyProcChromeOS::~CertVerifyProcChromeOS() {}
40 int CertVerifyProcChromeOS::VerifyInternal(
51 &CertVerifyProcChromeOS::IsChainValidFunc;
65 SECStatus CertVerifyProcChromeOS::IsChainValidFunc
    [all...]

Completed in 1725 milliseconds