HomeSort by relevance Sort by last modified time
    Searched refs:length_included (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls_common.c 496 int more_fragments, length_included; local
515 length_included = data->tls_out_pos == 0 &&
518 if (!length_included &&
527 length_included = 1;
531 1 + length_included * 4 + len,
540 if (length_included) {
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 516 int more_fragments, length_included; local
538 length_included = data->tls_out_pos == 0 &&
541 if (!length_included &&
550 length_included = 1;
553 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
562 if (length_included) {

Completed in 1092 milliseconds