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

/external/openssl/ssl/
H A Dt1_lib.c577 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp &&
875 s->tlsext_status_type = -1;
1188 s->tlsext_status_type = *data++;
1190 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp)
1288 s->tlsext_status_type = -1;
1514 if ((s->tlsext_status_type == -1) || (size > 0))
1789 if ((s->tlsext_status_type != -1) && s->ctx && s->ctx->tlsext_status_cb)
1960 if ((s->tlsext_status_type != -1) && !(s->tlsext_status_expected)
H A Ds23_clnt.c337 if (s->tlsext_status_type != -1)
H A Dssl.h1289 int tlsext_status_type; member in struct:ssl_st
H A Ds3_lib.c3295 s->tlsext_status_type=larg;
H A Ds3_srvr.c3516 *(p++)= s->tlsext_status_type;
H A Dssl_lib.c352 s->tlsext_status_type = -1;
/external/openssl/include/openssl/
H A Dssl.h1289 int tlsext_status_type; member in struct:ssl_st

Completed in 51 milliseconds