OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
480
int more_fragments,
length_included
;
local
502
length_included
= data->tls_out_pos == 0 &&
505
if (!
length_included
&&
514
length_included
= 1;
518
1 +
length_included
* 4 + len,
527
if (
length_included
) {
Completed in 20 milliseconds