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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c3506 if (!BUF_MEM_grow(s->init_buf, 8 + s->tlsext_ocsp_resplen)) {
3516 l2n3(s->tlsext_ocsp_resplen + 4, p);
3520 l2n3(s->tlsext_ocsp_resplen, p);
3522 memcpy(p, s->tlsext_ocsp_resp, s->tlsext_ocsp_resplen);
3524 s->init_num = 8 + s->tlsext_ocsp_resplen;
H A Ds3_lib.c3392 return s->tlsext_ocsp_resplen;
3398 s->tlsext_ocsp_resplen = larg;
H A Dssl.h1614 int tlsext_ocsp_resplen; member in struct:ssl_st
H A Ds3_clnt.c2391 s->tlsext_ocsp_resplen = resplen;
H A Dssl_lib.c373 s->tlsext_ocsp_resplen = -1;
H A Dt1_lib.c3196 s->tlsext_ocsp_resplen = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c3506 if (!BUF_MEM_grow(s->init_buf, 8 + s->tlsext_ocsp_resplen)) {
3516 l2n3(s->tlsext_ocsp_resplen + 4, p);
3520 l2n3(s->tlsext_ocsp_resplen, p);
3522 memcpy(p, s->tlsext_ocsp_resp, s->tlsext_ocsp_resplen);
3524 s->init_num = 8 + s->tlsext_ocsp_resplen;
H A Ds3_lib.c3392 return s->tlsext_ocsp_resplen;
3398 s->tlsext_ocsp_resplen = larg;
H A Dssl.h1614 int tlsext_ocsp_resplen; member in struct:ssl_st
H A Ds3_clnt.c2391 s->tlsext_ocsp_resplen = resplen;
H A Dssl_lib.c373 s->tlsext_ocsp_resplen = -1;
H A Dt1_lib.c3196 s->tlsext_ocsp_resplen = -1;

Completed in 199 milliseconds