Home
last modified time | relevance | path

Searched refs:crypto_binding (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
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()
Deap_fast_common.h83 struct eap_tlv_crypto_binding_tlv *crypto_binding; member
Deap_peap.c62 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member
108 data->crypto_binding = NO_BINDING; in eap_peap_parse_phase1()
111 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_parse_phase1()
114 data->crypto_binding = REQUIRE_BINDING; in eap_peap_parse_phase1()
161 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()
381 if (data->crypto_binding == NO_BINDING) in eap_tlv_build_result()
560 if (crypto_tlv && data->crypto_binding != NO_BINDING) { in eap_tlv_process()
572 } else if (!crypto_tlv && data->crypto_binding == REQUIRE_BINDING) { in eap_tlv_process()
Deap_fast.c1191 if (tlv.crypto_binding) { in eap_fast_process_decrypted()
1193 tlv.crypto_binding, in eap_fast_process_decrypted()
1246 tlv.crypto_binding && data->phase2_success) { in eap_fast_process_decrypted()