Searched refs:lentmp (Results 1 – 1 of 1) sorted by relevance
1483 int lentmp; in ssl_add_clienthello_tlsext() local1489 lentmp = i2d_OCSP_RESPID(id, NULL); in ssl_add_clienthello_tlsext()1490 if (lentmp <= 0) in ssl_add_clienthello_tlsext()1492 idlen += (size_t)lentmp + 2; in ssl_add_clienthello_tlsext()1496 lentmp = i2d_X509_EXTENSIONS(s->tlsext_ocsp_exts, NULL); in ssl_add_clienthello_tlsext()1497 if (lentmp < 0) in ssl_add_clienthello_tlsext()1499 extlen = (size_t)lentmp; in ssl_add_clienthello_tlsext()1527 lentmp = i2d_OCSP_RESPID(id, &ret); in ssl_add_clienthello_tlsext()1529 s2n(lentmp, q); in ssl_add_clienthello_tlsext()