HomeSort by relevance Sort by last modified time
    Searched refs:CertVerifyProcWin (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/cert/
cert_verify_proc_win.h 14 class CertVerifyProcWin : public CertVerifyProc {
16 CertVerifyProcWin();
21 virtual ~CertVerifyProcWin();
cert_verify_proc_win.cc 535 CertVerifyProcWin::CertVerifyProcWin() {}
537 CertVerifyProcWin::~CertVerifyProcWin() {}
539 bool CertVerifyProcWin::SupportsAdditionalTrustAnchors() const {
543 int CertVerifyProcWin::VerifyInternal(
cert_verify_proc.cc 177 return new CertVerifyProcWin();

Completed in 110 milliseconds