OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ssl_options_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/test/spawned_test_server/
base_test_server.cc
156
:
ssl_options_
(ssl_options),
373
base::FilePath certificate_file(
ssl_options_
.GetCertificateFile());
386
if (
ssl_options_
.request_client_certificate)
391
for (it =
ssl_options_
.client_authorities.begin();
392
it !=
ssl_options_
.client_authorities.end(); ++it) {
405
for (size_t i = 0; i <
ssl_options_
.client_cert_types.size(); i++) {
407
GetClientCertType(
ssl_options_
.client_cert_types[i])));
416
std::string ocsp_arg =
ssl_options_
.GetOCSPArgument();
420
if (
ssl_options_
.cert_serial != 0) {
422
base::Value::CreateIntegerValue(
ssl_options_
.cert_serial))
[
all
...]
base_test_server.h
289
SSLOptions
ssl_options_
;
member in class:net::BaseTestServer
Completed in 560 milliseconds