Searched defs:CertVerifyProc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
H A Dcert_verify_proc.h26 class NET_EXPORT CertVerifyProc class in namespace:net
27 : public base::RefCountedThreadSafe<CertVerifyProc> {
29 // Creates and returns the default CertVerifyProc.
30 static CertVerifyProc* CreateDefault();
70 CertVerifyProc();
71 virtual ~CertVerifyProc();
74 friend class base::RefCountedThreadSafe<CertVerifyProc>;
102 DISALLOW_COPY_AND_ASSIGN(CertVerifyProc);
H A Dcert_verify_proc.cc168 CertVerifyProc* CertVerifyProc::CreateDefault() {
184 CertVerifyProc::CertVerifyProc() {} function in class:net::CertVerifyProc
186 CertVerifyProc::~CertVerifyProc() {}
188 int CertVerifyProc::Verify(X509Certificate* cert,
283 bool CertVerifyProc::IsBlacklisted(X509Certificate* cert) {
372 bool CertVerifyProc::IsPublicKeyBlacklisted(
517 bool CertVerifyProc
[all...]

Completed in 575 milliseconds