OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CertVerifyProcMac
(Results
1 - 3
of
3
) 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(
cert_verify_proc.cc
175
return new
CertVerifyProcMac
();
Completed in 45 milliseconds