/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_wsc.c | 146 const char *phase1; in eap_wsc_init() local 184 phase1 = eap_get_config_phase1(sm); in eap_wsc_init() 185 if (phase1 == NULL) { in eap_wsc_init() 186 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not " in eap_wsc_init() 192 pos = os_strstr(phase1, "pin="); in eap_wsc_init() 206 pos = os_strstr(phase1, "pbc=1"); in eap_wsc_init() 211 pos = os_strstr(phase1, "dev_pw_id="); in eap_wsc_init() 221 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 " in eap_wsc_init() 227 pos = os_strstr(phase1, " pkhash="); in eap_wsc_init() 245 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1); in eap_wsc_init() [all …]
|
H A D | eap_peap.c | 75 const char *phase1) in eap_peap_parse_phase1() argument 79 pos = os_strstr(phase1, "peapver="); in eap_peap_parse_phase1() 87 if (os_strstr(phase1, "peaplabel=1")) { in eap_peap_parse_phase1() 93 if (os_strstr(phase1, "peap_outer_success=0")) { in eap_peap_parse_phase1() 97 } else if (os_strstr(phase1, "peap_outer_success=1")) { in eap_peap_parse_phase1() 101 } else if (os_strstr(phase1, "peap_outer_success=2")) { in eap_peap_parse_phase1() 107 if (os_strstr(phase1, "crypto_binding=0")) { in eap_peap_parse_phase1() 110 } else if (os_strstr(phase1, "crypto_binding=1")) { in eap_peap_parse_phase1() 113 } else if (os_strstr(phase1, "crypto_binding=2")) { in eap_peap_parse_phase1() 118 if (os_strstr(phase1, "phase2_auth=0")) { in eap_peap_parse_phase1() [all …]
|
H A D | eap_eke.c | 73 const char *phase1; in eap_eke_init() local 96 phase1 = eap_get_config_phase1(sm); in eap_eke_init() 97 if (phase1) { in eap_eke_init() 100 pos = os_strstr(phase1, "dhgroup="); in eap_eke_init() 107 pos = os_strstr(phase1, "encr="); in eap_eke_init() 114 pos = os_strstr(phase1, "prf="); in eap_eke_init() 121 pos = os_strstr(phase1, "mac="); in eap_eke_init()
|
H A D | eap_gpsk.c | 84 const char *phase1; in eap_gpsk_init() local 107 phase1 = eap_get_config_phase1(sm); in eap_gpsk_init() 108 if (phase1) { in eap_gpsk_init() 111 pos = os_strstr(phase1, "cipher="); in eap_gpsk_init()
|
H A D | eap_fast.c | 117 const char *phase1) in eap_fast_parse_phase1() argument 121 pos = os_strstr(phase1, "fast_provisioning="); in eap_fast_parse_phase1() 128 pos = os_strstr(phase1, "fast_max_pac_list_len="); in eap_fast_parse_phase1() 137 pos = os_strstr(phase1, "fast_pac_format=binary"); in eap_fast_parse_phase1() 160 if (config->phase1) in eap_fast_init() 161 eap_fast_parse_phase1(data, config->phase1); in eap_fast_init()
|
H A D | eap_ttls.c | 74 const char *phase1) in eap_ttls_parse_phase1() argument 76 if (os_strstr(phase1, "phase2_auth=0")) { in eap_ttls_parse_phase1() 80 } else if (os_strstr(phase1, "phase2_auth=1")) { in eap_ttls_parse_phase1() 84 } else if (os_strstr(phase1, "phase2_auth=2")) { in eap_ttls_parse_phase1() 108 if (config && config->phase1) in eap_ttls_init() 109 eap_ttls_parse_phase1(data, config->phase1); in eap_ttls_init()
|
H A D | eap_teap.c | 120 const char *phase1) in eap_teap_parse_phase1() argument 124 pos = os_strstr(phase1, "teap_provisioning="); in eap_teap_parse_phase1() 132 pos = os_strstr(phase1, "teap_max_pac_list_len="); in eap_teap_parse_phase1() 141 if (os_strstr(phase1, "teap_pac_format=binary")) { in eap_teap_parse_phase1() 148 if (os_strstr(phase1, "teap_test_outer_tlvs=1")) in eap_teap_parse_phase1() 168 if (config->phase1) in eap_teap_init() 169 eap_teap_parse_phase1(data, config->phase1); in eap_teap_init()
|
H A D | eap.c | 1216 return config && config->phase1 && in eap_peer_sm_allow_canned() 1217 os_strstr(config->phase1, "allow_canned_success=1"); in eap_peer_sm_allow_canned() 2183 …"TLS handshake failed due to the server not supporting safe renegotiation (RFC 5746); phase1 param… in eap_peer_sm_tls_event() 2982 * eap_get_config_phase1 - Get phase1 data from the network configuration 2984 * Returns: Pointer to the phase1 data or %NULL if not found 2991 return config->phase1; in eap_get_config_phase1() 2998 * Returns: Pointer to the phase1 data or %NULL if not found 3248 if (conf->phase1 == NULL || os_strstr(conf->phase1, "pbc=1") == NULL) in eap_is_wps_pbc_enrollee() 3261 if (conf->phase1 == NULL || os_strstr(conf->phase1, "pin=") == NULL) in eap_is_wps_pin_enrollee()
|
H A D | eap_pwd.c | 99 const char *phase1; in eap_pwd_init() local 137 phase1 = eap_get_config_phase1(sm); in eap_pwd_init() 138 if (phase1) { in eap_pwd_init() 143 pos = os_strstr(phase1, "eap_pwd_groups="); in eap_pwd_init()
|
/freebsd/tools/regression/net80211/tkip/ |
H A D | test_tkip.c | 54 Phase1 bb 58 07 1f 9e 93 b4 38 25 4b 127 const u_int8_t *phase1; member 254 * Verify: phase1, phase2, frame length, frame contents. in runtest() 257 if (memcmp(ctx->tx_ttak, t->phase1, t->phase1_len)) { in runtest() 258 printf("FAIL: encrypt phase1 botch\n"); in runtest() 260 t->phase1, t->phase1_len); in runtest() 286 * Check reason for failure: phase1, phase2, frame data (ICV). in runtest() 288 if (memcmp(ctx->rx_ttak, t->phase1, t->phase1_len)) { in runtest() 289 printf("FAIL: decrypt phase1 botch\n"); in runtest() 291 t->phase1, t->phase1_len); in runtest()
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | realtek,otto-wdt.yaml | 47 - const: phase1 86 interrupt-names = "phase1", "phase2";
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eap_testing.txt | 121 encryption", during key derivation (requires phase1="peaplabel=1" in the 126 (phase1="peap_outer_success=0 peaplabel=1") (in "IETF Draft 5" mode) 321 "IETF Draft 5" mode requires phase1="peap_outer_success=0 peaplabel=1" 322 'Cisco ACU 5.05' mode works without phase1 configuration 381 - phase1="peap_outer_success=0 peaplabel=1"
|
H A D | wps_supplicant.c | 455 os_free(ssid->eap.phase1); in wpa_supplicant_wps_cred() 456 ssid->eap.phase1 = NULL; in wpa_supplicant_wps_cred() 1168 char phase1[32]; in wpas_wps_start_pbc() local 1212 os_snprintf(phase1, sizeof(phase1), "pbc=1 multi_ap=%d", in wpas_wps_start_pbc() 1215 os_snprintf(phase1, sizeof(phase1), "pbc=1"); in wpas_wps_start_pbc() 1216 if (wpa_config_set_quoted(ssid, "phase1", phase1) < 0) in wpas_wps_start_pbc() 1320 if (wpa_config_set(ssid, "phase1", val, 0) < 0) { in wpas_wps_start_dev_pw() 1321 wpa_printf(MSG_DEBUG, "WPS: Failed to set phase1 '%s'", val); in wpas_wps_start_dev_pw() 1442 if (wpa_config_set(ssid, "phase1", val, 0) < 0) in wpas_wps_start_reg()
|
H A D | wpa_supplicant.conf | 739 # phase1: Pre-configure Phase 1 (outer authentication) parameters 1354 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters 1405 # (these are normally in the phase1 parameter, but can be used also in the 1502 # phase1: fast_provisioning option can be used to enable in-line provisioning 1831 phase1="peaplabel=1" 1868 # Phase1 / outer authentication 1963 phase1="fast_provisioning=1" 1974 phase1="fast_provisioning=1" 2068 phase1="peaplabel=0"
|
H A D | ChangeLog | 378 (tls_ext_cert_check=1 in the network profile phase1 parameter) 473 (phase1="tls_disable_tlsv1_0=1") 513 servers with phase1="tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=1" 659 * added phase1 network parameter options for disabling TLS v1.1 and v1.2 1500 EAP-SIM and EAP-AKA (phase1="result_ind=1") 1579 store in a PAC list (fast_max_pac_list_len=<max> in phase1 string) 1581 (fast_pac_format=binary in phase1 string) 2164 * added new phase1 option parameter, include_tls_length=1, to force 2308 peap_outer_success=0 on phase1 parameters in wpa_supplicant.conf 2311 * PEAPv1: changed phase1 option peaplabel to use default to 0, i.e., to [all …]
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-sjlj.c | 219 _LIBUNWIND_ABORT("during phase1 personality function said it would " in unwind_phase2() 346 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); in _Unwind_SjLj_RaiseException() 347 if (phase1 != _URC_NO_REASON) in _Unwind_SjLj_RaiseException() 348 return phase1; in _Unwind_SjLj_RaiseException() 345 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); _Unwind_SjLj_RaiseException() local
|
H A D | UnwindLevel1.c | 293 _LIBUNWIND_ABORT("during phase1 personality function said it would " in unwind_phase2() 459 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); in _Unwind_RaiseException() local 460 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException() 461 return phase1; in _Unwind_RaiseException()
|
H A D | Unwind-EHABI.cpp | 86 // perform phase1 or phase2 unwinding. in ProcessDescriptors() 137 // TODO(ajwong): This is only phase1 compatible logic. Implement in ProcessDescriptors() 648 _LIBUNWIND_ABORT("during phase1 personality function said it would " in unwind_phase2() 829 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); in _Unwind_RaiseException() local 830 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException() 831 return phase1; in _Unwind_RaiseException()
|
/freebsd/usr.sbin/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf.5 | 327 .It Va phase1 328 Phase1 (outer authentication, i.e., TLS tunnel) parameters 518 phase1="peaplabel=0"
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_ttls.c | 30 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator 50 case PHASE1: in eap_ttls_state_txt() 51 return "PHASE1"; in eap_ttls_state_txt() 388 eap_ttls_state(data, PHASE1); in eap_ttls_build_start() 483 case PHASE1: in eap_ttls_buildReq() 486 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase1 done, " in eap_ttls_buildReq() 1161 case PHASE1: in eap_ttls_process_msg()
|
H A D | eap_server_peap.c | 35 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator 68 case PHASE1: in eap_peap_state_txt() 69 return "PHASE1"; in eap_peap_state_txt() 230 eap_peap_state(data, PHASE1); in eap_peap_build_start() 558 case PHASE1: in eap_peap_buildReq() 562 wpa_printf(MSG_DEBUG, "EAP-PEAP: Phase1 done, " in eap_peap_buildReq() 1240 case PHASE1: in eap_peap_process_msg()
|
H A D | eap_server_fast.c | 34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator 80 case PHASE1: in eap_fast_state_txt() 81 return "PHASE1"; in eap_fast_state_txt() 534 eap_fast_state(data, PHASE1); in eap_fast_build_start() 544 wpa_printf(MSG_DEBUG, "EAP-FAST: Phase1 done, starting Phase2"); in eap_fast_phase1_done() 865 case PHASE1: in eap_fast_buildReq() 1523 case PHASE1: in eap_fast_process_msg()
|
H A D | eap_server_teap.c | 32 START, PHASE1, PHASE1B, PHASE2_START, PHASE2_ID, enumerator 93 case PHASE1: in eap_teap_state_txt() 94 return "PHASE1"; in eap_teap_state_txt() 499 eap_teap_state(data, PHASE1); in eap_teap_build_start() 1870 case PHASE1: in eap_teap_process_msg() 1924 if (data->state != PHASE1) { in eap_teap_process() 2013 if (data->state == PHASE1) in eap_teap_process()
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_supplicant.conf.sgml | 95 phase1="peaplabel=0" 170 phase1="peaplabel=0"
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind_itanium.h | 29 uintptr_t private_2; // holds sp that phase1 found for phase2 to use
|