OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lenmax
(Results
1 - 1
of
1
) sorted by null
/external/openssl/ssl/
t1_lib.c
381
long
lenmax
;
local
391
if ((
lenmax
= limit - ret - 9) < 0
392
|| (size_str = strlen(s->tlsext_hostname)) > (unsigned long)
lenmax
)
467
long
lenmax
;
local
469
if ((
lenmax
= limit - ret - 5) < 0) return NULL;
470
if (s->tlsext_ecpointformatlist_length > (unsigned long)
lenmax
) return NULL;
487
long
lenmax
;
local
489
if ((
lenmax
= limit - ret - 6) < 0) return NULL;
490
if (s->tlsext_ellipticcurvelist_length > (unsigned long)
lenmax
) return NULL;
742
long
lenmax
;
local
[
all
...]
Completed in 34 milliseconds