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

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_srvr.c2890 if (!BUF_MEM_grow(s->init_buf, 8 + s->tlsext_ocsp_resplen))
2898 l2n3(s->tlsext_ocsp_resplen + 4, p);
2902 l2n3(s->tlsext_ocsp_resplen, p);
2904 memcpy(p, s->tlsext_ocsp_resp, s->tlsext_ocsp_resplen);
2906 s->init_num = 8 + s->tlsext_ocsp_resplen;
H A Ds3_lib.c1964 return s->tlsext_ocsp_resplen;
1970 s->tlsext_ocsp_resplen = larg;
H A Dt1_lib.c954 s->tlsext_ocsp_resplen = -1;
H A Dssl.h1052 int tlsext_ocsp_resplen; member in struct:ssl_st
H A Ds3_clnt.c1832 s->tlsext_ocsp_resplen = resplen;
H A Dssl_lib.c323 s->tlsext_ocsp_resplen = -1;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h1052 int tlsext_ocsp_resplen; member in struct:ssl_st

Completed in 212 milliseconds