Home | History | Annotate | Download | only in ssl

Lines Matching full:lenmax

381 		long lenmax; 
391 if ((lenmax = limit - ret - 9) < 0
392 || (size_str = strlen(s->tlsext_hostname)) > (unsigned long)lenmax)
467 long lenmax;
469 if ((lenmax = limit - ret - 5) < 0) return NULL;
470 if (s->tlsext_ecpointformatlist_length > (unsigned long)lenmax) return NULL;
487 long lenmax;
489 if ((lenmax = limit - ret - 6) < 0) return NULL;
490 if (s->tlsext_ellipticcurvelist_length > (unsigned long)lenmax) return NULL;
742 long lenmax;
744 if ((lenmax = limit - ret - 5) < 0) return NULL;
745 if (s->tlsext_ecpointformatlist_length > (unsigned long)lenmax) return NULL;