OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ca_cert
(Results
1 - 10
of
10
) sorted by null
/external/wpa_supplicant/
tls.h
39
* @
ca_cert
: File or reference name for CA X.509 certificate in PEM or DER
41
* @ca_cert_blob:
ca_cert
as inlined data or %NULL if not used
78
const char *
ca_cert
;
member in struct:tls_connection_params
config_ssid.h
263
*
ca_cert
- File path to CA certificate file (PEM/DER)
265
* This file can have one or more trusted CA certificates. If
ca_cert
277
*
ca_cert
="cert_store://CA" or
ca_cert
="cert_store://ROOT".
282
u8 *
ca_cert
;
member in struct:wpa_ssid
290
* these certificates are added to the list of trusted CAs.
ca_cert
401
* This field is like
ca_cert
, but used for phase 2 (inside
415
* these certificates are added to the list of trusted CAs.
ca_cert
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls.h
42
* @
ca_cert
: File or reference name for CA X.509 certificate in PEM or DER
44
* @ca_cert_blob:
ca_cert
as inlined data or %NULL if not used
85
const char *
ca_cert
;
member in struct:tls_connection_params
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h
76
*
ca_cert
- File path to CA certificate file (PEM/DER)
78
* This file can have one or more trusted CA certificates. If
ca_cert
90
*
ca_cert
="cert_store://CA" or
ca_cert
="cert_store://ROOT".
95
u8 *
ca_cert
;
member in struct:eap_peer_config
103
* these certificates are added to the list of trusted CAs.
ca_cert
214
* This field is like
ca_cert
, but used for phase 2 (inside
228
* these certificates are added to the list of trusted CAs.
ca_cert
/external/wpa_supplicant_8/src/eap_peer/
eap_config.h
76
*
ca_cert
- File path to CA certificate file (PEM/DER)
78
* This file can have one or more trusted CA certificates. If
ca_cert
99
*
ca_cert
="cert_store://CA" or
ca_cert
="cert_store://ROOT".
104
u8 *
ca_cert
;
member in struct:eap_peer_config
112
* these certificates are added to the list of trusted CAs.
ca_cert
223
* This field is like
ca_cert
, but used for phase 2 (inside
237
* these certificates are added to the list of trusted CAs.
ca_cert
/external/wpa_supplicant_8/src/crypto/
tls.h
86
* @
ca_cert
: File or reference name for CA X.509 certificate in PEM or DER
88
* @ca_cert_blob:
ca_cert
as inlined data or %NULL if not used
129
const char *
ca_cert
;
member in struct:tls_connection_params
/frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java
87
public EnterpriseField
ca_cert
= new EnterpriseField("
ca_cert
");
field in class:WifiConfiguration
92
private_key,
ca_cert
};
/external/wpa_supplicant_8/src/ap/
ap_config.h
245
char *
ca_cert
;
member in struct:hostapd_bss_config
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
126
String values[] = {config.
ca_cert
.value(), config.client_cert.value(),
362
config.
ca_cert
.setValue((mEapCaCertSpinner.getSelectedItemPosition() == 0) ? "" :
545
mEapCaCertSpinner = (Spinner) mView.findViewById(R.id.
ca_cert
);
558
config.
ca_cert
.value());
/external/chromium/chrome/browser/chromeos/cros/
network_library.h
441
const std::string&
ca_cert
() const { return ca_cert_; }
function in class:chromeos::VirtualNetwork
451
void SetCACert(const std::string&
ca_cert
);
474
void set_ca_cert(const std::string&
ca_cert
) {
475
ca_cert_ =
ca_cert
;
[
all
...]
Completed in 89 milliseconds