Searched refs:crypto_binding (Results 1 – 6 of 6) sorted by relevance
215 if (tlv->crypto_binding) { in eap_fast_parse_tlv()222 if (tlv->crypto_binding_len < sizeof(*tlv->crypto_binding)) { in eap_fast_parse_tlv()228 tlv->crypto_binding = (struct eap_tlv_crypto_binding_tlv *) in eap_fast_parse_tlv()
83 struct eap_tlv_crypto_binding_tlv *crypto_binding; member
62 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member106 data->crypto_binding = NO_BINDING; in eap_peap_parse_phase1()109 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_parse_phase1()112 data->crypto_binding = REQUIRE_BINDING; in eap_peap_parse_phase1()145 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()365 if (data->crypto_binding == NO_BINDING) in eap_tlv_build_result()529 if (crypto_tlv && data->crypto_binding != NO_BINDING) { in eap_tlv_process()541 } else if (!crypto_tlv && data->crypto_binding == REQUIRE_BINDING) { in eap_tlv_process()
1206 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()
49 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member152 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()348 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()370 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()686 data->crypto_binding == REQUIRE_BINDING) { in eap_peap_process_phase2_tlv()
1296 if (tlv.crypto_binding == NULL) { in eap_fast_process_phase2_tlvs()1319 if (eap_fast_validate_crypto_binding(data, tlv.crypto_binding, in eap_fast_process_phase2_tlvs()