Searched refs:crypto_binding (Results 1 – 6 of 6) sorted by relevance
246 if (tlv->crypto_binding) { in eap_fast_parse_tlv()253 if (tlv->crypto_binding_len < sizeof(*tlv->crypto_binding)) { in eap_fast_parse_tlv()259 tlv->crypto_binding = (struct eap_tlv_crypto_binding_tlv *) in eap_fast_parse_tlv()
83 struct eap_tlv_crypto_binding_tlv *crypto_binding; member
63 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member107 data->crypto_binding = NO_BINDING; in eap_peap_parse_phase1()110 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_parse_phase1()113 data->crypto_binding = REQUIRE_BINDING; in eap_peap_parse_phase1()146 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()359 if (data->crypto_binding == NO_BINDING) in eap_tlv_build_result()523 if (crypto_tlv && data->crypto_binding != NO_BINDING) { in eap_tlv_process()535 } else if (!crypto_tlv && data->crypto_binding == REQUIRE_BINDING) { in eap_tlv_process()
1186 if (tlv.crypto_binding) { in eap_fast_process_decrypted()1188 tlv.crypto_binding, in eap_fast_process_decrypted()1241 tlv.crypto_binding && data->phase2_success) { in eap_fast_process_decrypted()
50 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member180 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()377 if (data->crypto_binding != NO_BINDING) in eap_peap_build_phase2_tlv()398 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()718 data->crypto_binding == REQUIRE_BINDING) { in eap_peap_process_phase2_tlv()
1291 if (tlv.crypto_binding == NULL) { in eap_fast_process_phase2_tlvs()1314 if (eap_fast_validate_crypto_binding(data, tlv.crypto_binding, in eap_fast_process_phase2_tlvs()