Home
last modified time | relevance | path

Searched refs:crypto_binding (Results 1 - 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_fast_common.c218 if (tlv->crypto_binding) { in eap_fast_parse_tlv()
225 if (tlv->crypto_binding_len < sizeof(*tlv->crypto_binding)) { in eap_fast_parse_tlv()
231 tlv->crypto_binding = (struct eap_tlv_crypto_binding_tlv *) in eap_fast_parse_tlv()
H A Deap_fast_common.h83 struct eap_tlv_crypto_binding_tlv *crypto_binding; member
H A Deap_teap_common.c529 if (tlv->crypto_binding) { in eap_teap_parse_tlv()
536 if (tlv->crypto_binding_len < sizeof(*tlv->crypto_binding)) { in eap_teap_parse_tlv()
542 tlv->crypto_binding = (struct teap_tlv_crypto_binding *) in eap_teap_parse_tlv()
H A Deap_teap_common.h177 struct teap_tlv_crypto_binding *crypto_binding; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_fast_common.c218 if (tlv->crypto_binding) { in eap_fast_parse_tlv()
225 if (tlv->crypto_binding_len < sizeof(*tlv->crypto_binding)) { in eap_fast_parse_tlv()
231 tlv->crypto_binding = (struct eap_tlv_crypto_binding_tlv *) in eap_fast_parse_tlv()
H A Deap_fast_common.h83 struct eap_tlv_crypto_binding_tlv *crypto_binding; member
H A Deap_teap_common.c558 if (tlv->crypto_binding) { in eap_teap_parse_tlv()
565 if (tlv->crypto_binding_len < sizeof(*tlv->crypto_binding)) { in eap_teap_parse_tlv()
571 tlv->crypto_binding = (struct teap_tlv_crypto_binding *) in eap_teap_parse_tlv()
H A Deap_teap_common.h183 struct teap_tlv_crypto_binding *crypto_binding; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_peap.c63 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member
106 if (os_strstr(phase1, "crypto_binding=0")) { in eap_peap_parse_phase1()
107 data->crypto_binding = NO_BINDING; in eap_peap_parse_phase1()
109 } else if (os_strstr(phase1, "crypto_binding=1")) { in eap_peap_parse_phase1()
110 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_parse_phase1()
112 } else if (os_strstr(phase1, "crypto_binding=2")) { in eap_peap_parse_phase1()
113 data->crypto_binding = REQUIRE_BINDING; in eap_peap_parse_phase1()
144 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()
371 if (data->crypto_binding == NO_BINDING) in eap_tlv_build_result()
535 if (crypto_tlv && data->crypto_binding ! in eap_tlv_process()
[all...]
H A Deap_teap.c1218 !tlv.crypto_binding) { in eap_teap_process_decrypted()
1264 if (tlv.crypto_binding) { in eap_teap_process_decrypted()
1275 tlv.crypto_binding, in eap_teap_process_decrypted()
1313 tlv.crypto_binding && in eap_teap_process_decrypted()
1349 tlv.crypto_binding && data->phase2_success) { in eap_teap_process_decrypted()
H A Deap_fast.c1206 if (tlv.crypto_binding) { in eap_fast_process_decrypted()
1208 tlv.crypto_binding, in eap_fast_process_decrypted()
1261 tlv.crypto_binding && data->phase2_success) { in eap_fast_process_decrypted()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_peap.c63 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member
107 if (os_strstr(phase1, "crypto_binding=0")) { in eap_peap_parse_phase1()
108 data->crypto_binding = NO_BINDING; in eap_peap_parse_phase1()
110 } else if (os_strstr(phase1, "crypto_binding=1")) { in eap_peap_parse_phase1()
111 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_parse_phase1()
113 } else if (os_strstr(phase1, "crypto_binding=2")) { in eap_peap_parse_phase1()
114 data->crypto_binding = REQUIRE_BINDING; in eap_peap_parse_phase1()
158 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()
386 if (data->crypto_binding == NO_BINDING) in eap_tlv_build_result()
564 if (crypto_tlv && data->crypto_binding ! in eap_tlv_process()
[all...]
H A Deap_teap.c1271 if (tlv.iresult == TEAP_STATUS_SUCCESS && !tlv.crypto_binding) { in eap_teap_process_decrypted()
1282 tlv.result == TEAP_STATUS_SUCCESS && !tlv.crypto_binding) { in eap_teap_process_decrypted()
1356 if (tlv.crypto_binding) { in eap_teap_process_decrypted()
1367 tlv.crypto_binding, in eap_teap_process_decrypted()
1416 tlv.crypto_binding && in eap_teap_process_decrypted()
1460 (tlv.crypto_binding || data->iresult_verified) && in eap_teap_process_decrypted()
H A Deap_fast.c1226 if (tlv.crypto_binding) { in eap_fast_process_decrypted()
1228 tlv.crypto_binding, in eap_fast_process_decrypted()
1281 tlv.crypto_binding && data->phase2_success) { in eap_fast_process_decrypted()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_peap.c49 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member
183 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()
394 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()
416 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()
732 data->crypto_binding == REQUIRE_BINDING) { in eap_peap_process_phase2_tlv()
H A Deap_server_fast.c1301 if (tlv.crypto_binding == NULL) { in eap_fast_process_phase2_tlvs()
1324 if (eap_fast_validate_crypto_binding(data, tlv.crypto_binding, in eap_fast_process_phase2_tlvs()
H A Deap_server_teap.c1432 if (!tlv.crypto_binding) { in eap_teap_process_phase2_tlvs()
1455 if (eap_teap_validate_crypto_binding(data, tlv.crypto_binding, in eap_teap_process_phase2_tlvs()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_peap.c49 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member
183 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()
408 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()
430 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()
763 data->crypto_binding == REQUIRE_BINDING) { in eap_peap_process_phase2_tlv()
H A Deap_server_fast.c1315 if (tlv.crypto_binding == NULL) { in eap_fast_process_phase2_tlvs()
1338 if (eap_fast_validate_crypto_binding(data, tlv.crypto_binding, in eap_fast_process_phase2_tlvs()
H A Deap_server_teap.c1557 if (!tlv.crypto_binding) { in eap_teap_process_phase2_tlvs()
1581 if (eap_teap_validate_crypto_binding(data, tlv.crypto_binding, in eap_teap_process_phase2_tlvs()

Completed in 27 milliseconds