OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ca_path
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_config.h
76
* and
ca_path
are not included, server certificate will not be
104
*
ca_path
- Directory path for CA certificate files (PEM)
112
u8 *
ca_path
;
member in struct:eap_peer_config
237
* This field is like
ca_path
, but used for phase 2 (inside
/external/wpa_supplicant_8/src/crypto/
tls.h
94
* @
ca_path
: Path to CA certificates (OpenSSL specific)
137
const char *
ca_path
;
member in struct:tls_connection_params
/external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc
682
base::FilePath
ca_path
= net::GetTestCertsDirectory().Append(
local
684
options.client_authorities.push_back(
ca_path
);
[
all
...]
Completed in 514 milliseconds