Searched refs:crypto_binding (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_fast_common.c | 218 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 D | eap_fast_common.h | 83 struct eap_tlv_crypto_binding_tlv *crypto_binding; member
|
H A D | eap_teap_common.c | 558 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 D | eap_teap_common.h | 183 struct teap_tlv_crypto_binding *crypto_binding; member
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_peap.c | 63 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() 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 != NO_BINDING) { in eap_tlv_process() 576 } else if (!crypto_tlv && data->crypto_binding == REQUIRE_BINDING) { in eap_tlv_process()
|
H A D | eap_teap.c | 1278 if (tlv.iresult == TEAP_STATUS_SUCCESS && !tlv.crypto_binding) { in eap_teap_process_decrypted() 1289 tlv.result == TEAP_STATUS_SUCCESS && !tlv.crypto_binding) { in eap_teap_process_decrypted() 1308 if (tlv.crypto_binding) { in eap_teap_process_decrypted() 1319 tlv.crypto_binding, in eap_teap_process_decrypted() 1423 tlv.crypto_binding && in eap_teap_process_decrypted() 1467 (tlv.crypto_binding || data->iresult_verified) && in eap_teap_process_decrypted()
|
H A D | eap_fast.c | 1216 if (tlv.crypto_binding) { in eap_fast_process_decrypted() 1218 tlv.crypto_binding, in eap_fast_process_decrypted() 1271 tlv.crypto_binding && data->phase2_success) { in eap_fast_process_decrypted()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_peap.c | 49 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member 187 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init() 412 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv() 434 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv() 781 data->crypto_binding == REQUIRE_BINDING) { in eap_peap_process_phase2_tlv()
|
H A D | eap_server_fast.c | 1305 if (tlv.crypto_binding == NULL) { in eap_fast_process_phase2_tlvs() 1328 if (eap_fast_validate_crypto_binding(data, tlv.crypto_binding, in eap_fast_process_phase2_tlvs()
|
H A D | eap_server_teap.c | 1588 if (!tlv.crypto_binding) { in eap_teap_process_phase2_tlvs() 1612 if (eap_teap_validate_crypto_binding(data, tlv.crypto_binding, in eap_teap_process_phase2_tlvs()
|