OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subject_match
(Results
1 - 17
of
17
) sorted by null
/external/wpa_supplicant_8/src/crypto/
tls_internal.c
213
if (params->
subject_match
) {
214
wpa_printf(MSG_INFO, "TLS:
subject_match
not supported");
tls_openssl.c
198
char *
subject_match
, *altsubject_match, *suffix_match, *domain_match;
member in struct:tls_connection
[
all
...]
tls.h
108
* @
subject_match
: String to match in the subject of the peer certificate or
161
const char *
subject_match
;
member in struct:tls_connection_params
tls_gnutls.c
365
if (params->
subject_match
) {
366
wpa_printf(MSG_INFO, "GnuTLS:
subject_match
not supported");
[
all
...]
/system/connectivity/shill/supplicant/
wpa_supplicant.cc
120
const char WPASupplicant::kNetworkPropertyEapSubjectMatch[] = "
subject_match
";
/external/wpa_supplicant_8/src/eap_peer/
eap_config.h
181
*
subject_match
- Constraint for server certificate subject
194
u8 *
subject_match
;
member in struct:eap_peer_config
329
* This field is like
subject_match
, but used for phase 2 (inside
eap_tls_common.c
99
params->
subject_match
= (char *) config->
subject_match
;
122
params->
subject_match
= (char *) config->subject_match2;
[
all
...]
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py
104
SUBJECT_MATCH
= "
subject_match
"
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java
38
private static final String
SUBJECT_MATCH
= "subjectmatch";
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c
887
STR(
subject_match
);
config_file.c
702
STR(
subject_match
);
[
all
...]
config.c
[
all
...]
wpa_supplicant.conf
[
all
...]
wpa_cli.c
[
all
...]
ChangeLog
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java
58
public static final String SUBJECT_MATCH_KEY = "
subject_match
";
[
all
...]
/device/google/marlin/
wpa_supplicant_wcn.conf
406
#
subject_match
: Substring to be matched against the subject of the
Completed in 961 milliseconds