Searched refs:lentmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c1483 int lentmp; local
1489 lentmp = i2d_OCSP_RESPID(id, NULL);
1490 if (lentmp <= 0)
1492 idlen += (size_t)lentmp + 2;
1496 lentmp = i2d_X509_EXTENSIONS(s->tlsext_ocsp_exts, NULL);
1497 if (lentmp < 0)
1499 extlen = (size_t)lentmp;
1527 lentmp = i2d_OCSP_RESPID(id, &ret);
1529 s2n(lentmp, q);

Completed in 88 milliseconds