OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:certfile
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/
eap_credentials.cc
88
FilePath
certfile
=
local
90
if (
certfile
.empty()) {
93
ca_cert =
certfile
.value();
/system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc
330
FilePath
certfile
= certificate_file_->CreatePEMFromStrings(ca_certs);
local
331
if (
certfile
.empty()) {
336
certfile
.value().c_str()));
openvpn_driver.cc
764
FilePath
certfile
= certificate_file_->CreatePEMFromStrings(ca_cert_pem);
local
765
if (
certfile
.empty()) {
773
AppendOption("ca",
certfile
.value(), options);
808
FilePath
certfile
=
local
810
if (
certfile
.empty()) {
819
AppendOption("extra-certs",
certfile
.value(), options);
[
all
...]
/external/ipsec-tools/src/racoon/
oakley.c
1680
char *
certfile
;
local
1763
char *
certfile
;
local
[
all
...]
/external/libmicrohttpd/src/microspdy/
structures.h
891
char *
certfile
;
member in struct:SPDY_Daemon
Completed in 168 milliseconds