OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CertVerifyProcOpenSSL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/cert/
cert_verify_proc_openssl.h
13
class
CertVerifyProcOpenSSL
: public CertVerifyProc {
15
CertVerifyProcOpenSSL
();
20
virtual ~
CertVerifyProcOpenSSL
();
cert_verify_proc_openssl.cc
158
CertVerifyProcOpenSSL
::
CertVerifyProcOpenSSL
() {}
160
CertVerifyProcOpenSSL
::~
CertVerifyProcOpenSSL
() {}
162
bool
CertVerifyProcOpenSSL
::SupportsAdditionalTrustAnchors() const {
166
int
CertVerifyProcOpenSSL
::VerifyInternal(
cert_verify_proc.cc
171
return new
CertVerifyProcOpenSSL
();
Completed in 4181 milliseconds