Searched refs:CertVerifyProcAndroid (Results 1 – 3 of 3) sorted by relevance
79 CertVerifyProcAndroid::CertVerifyProcAndroid() {} in CertVerifyProcAndroid() function in net::CertVerifyProcAndroid81 CertVerifyProcAndroid::~CertVerifyProcAndroid() {} in ~CertVerifyProcAndroid()83 bool CertVerifyProcAndroid::SupportsAdditionalTrustAnchors() const { in SupportsAdditionalTrustAnchors()87 int CertVerifyProcAndroid::VerifyInternal( in VerifyInternal()
14 class CertVerifyProcAndroid : public CertVerifyProc {16 CertVerifyProcAndroid();21 virtual ~CertVerifyProcAndroid();
173 return new CertVerifyProcAndroid(); in CreateDefault()