Searched refs:crypto_binding (Results 1 – 4 of 4) 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
62 enum { NO_BINDING, OPTIONAL_BINDING, REQUIRE_BINDING } crypto_binding; member108 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()
1191 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()