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

  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 362 long lenmax; local
372 if ((lenmax = limit - ret - 9) < 0
373 || (size_str = strlen(s->tlsext_hostname)) > (unsigned long)lenmax)
448 long lenmax; local
450 if ((lenmax = limit - ret - 5) < 0) return NULL;
451 if (s->tlsext_ecpointformatlist_length > (unsigned long)lenmax) return NULL;
468 long lenmax; local
470 if ((lenmax = limit - ret - 6) < 0) return NULL;
471 if (s->tlsext_ellipticcurvelist_length > (unsigned long)lenmax) return NULL;
723 long lenmax; local
    [all...]
  /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;
754 long lenmax; local
    [all...]

Completed in 121 milliseconds