OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cert_io_enabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/ssl/
ssl_config.h
136
// If
cert_io_enabled
is false, then certificate verification will not
141
bool
cert_io_enabled
;
member in struct:net::SSLConfig
/external/chromium_org/net/cert/
cert_verify_proc_nss.cc
330
bool
cert_io_enabled
, std::vector<CERTValInParam>* cvin,
350
bool
cert_io_enabled
,
456
cert_io_enabled
, &cvin, cvout);
466
bool
cert_io_enabled
, std::vector<CERTValInParam>* cvin,
483
if (
cert_io_enabled
&&
795
bool
cert_io_enabled
= flags & CertVerifier::VERIFY_CERT_IO_ENABLED;
local
797
cert_io_enabled
&&
811
cert_io_enabled
,
829
cert_io_enabled
,
[
all
...]
Completed in 115 milliseconds