Searched refs:crypto_binding (Results 1 – 6 of 6) sorted by relevance
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()
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()144 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()368 if (data->crypto_binding == NO_BINDING) in eap_tlv_build_result()532 if (crypto_tlv && data->crypto_binding != NO_BINDING) { in eap_tlv_process()544 } 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; member183 data->crypto_binding = OPTIONAL_BINDING; in eap_peap_init()390 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()412 data->crypto_binding != NO_BINDING) { in eap_peap_build_phase2_tlv()728 data->crypto_binding == REQUIRE_BINDING) { in eap_peap_process_phase2_tlv()
1302 if (tlv.crypto_binding == NULL) { in eap_fast_process_phase2_tlvs()1325 if (eap_fast_validate_crypto_binding(data, tlv.crypto_binding, in eap_fast_process_phase2_tlvs()