Home
last modified time | relevance | path

Searched refs:length_included (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_tls_common.c628 int more_fragments, length_included; in eap_tls_process_output() local
650 length_included = data->tls_out_pos == 0 && in eap_tls_process_output()
653 if (!length_included && in eap_tls_process_output()
662 length_included = 1; in eap_tls_process_output()
665 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len, in eap_tls_process_output()
674 if (length_included) { in eap_tls_process_output()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls_common.c637 int more_fragments, length_included; in eap_tls_process_output() local
659 length_included = data->tls_out_pos == 0 && in eap_tls_process_output()
662 if (!length_included && in eap_tls_process_output()
671 length_included = 1; in eap_tls_process_output()
674 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len, in eap_tls_process_output()
683 if (length_included) { in eap_tls_process_output()

Completed in 4 milliseconds