OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CertVerifyProcMac
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cert/
cert_verify_proc_mac.h
14
class
CertVerifyProcMac
: public CertVerifyProc {
16
CertVerifyProcMac
();
21
virtual ~
CertVerifyProcMac
();
cert_verify_proc_mac.cc
128
//
CertVerifyProcMac
::VerifyInternal(), this code should only be
519
CertVerifyProcMac
::
CertVerifyProcMac
() {}
521
CertVerifyProcMac
::~
CertVerifyProcMac
() {}
523
bool
CertVerifyProcMac
::SupportsAdditionalTrustAnchors() const {
527
int
CertVerifyProcMac
::VerifyInternal(
Completed in 29 milliseconds