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

  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 487 int more_fragments, length_included; local
509 length_included = data->tls_out_pos == 0 &&
512 if (!length_included &&
521 length_included = 1;
525 1 + length_included * 4 + len,
534 if (length_included) {
  /external/wpa_supplicant/
eap_tls_common.c 422 int more_fragments, length_included; local
438 length_included = data->tls_out_pos == 0 &&
444 1 + length_included * 4 + len, EAP_CODE_RESPONSE,
453 if (length_included) {
  /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) {

Completed in 2712 milliseconds