Searched refs:CertVerifyProcMac (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/cert/
H A Dcert_verify_proc_mac.h14 class CertVerifyProcMac : public CertVerifyProc { class in namespace:net
16 CertVerifyProcMac();
21 virtual ~CertVerifyProcMac();
H A Dcert_verify_proc_mac.cc127 // CertVerifyProcMac::VerifyInternal(), this code should only be
525 CertVerifyProcMac::CertVerifyProcMac() {} function in class:net::CertVerifyProcMac
527 CertVerifyProcMac::~CertVerifyProcMac() {}
529 bool CertVerifyProcMac::SupportsAdditionalTrustAnchors() const {
533 int CertVerifyProcMac::VerifyInternal(
H A Dcert_verify_proc.cc176 return new CertVerifyProcMac();

Completed in 206 milliseconds