Home
last modified time | relevance | path

Searched refs:SSL_ST_RENEGOTIATE (Results 1 – 17 of 17) sorted by relevance

/external/openssl/ssl/
Dd1_clnt.c198 case SSL_ST_RENEGOTIATE: in IMPLEMENT_dtls1_meth_func()
451 state == SSL_ST_RENEGOTIATE) in IMPLEMENT_dtls1_meth_func()
671 state == SSL_ST_RENEGOTIATE) in IMPLEMENT_dtls1_meth_func()
Dssl_stat.c98 case SSL_ST_RENEGOTIATE: str="SSL renegotiate ciphers"; break; in SSL_state_string_long()
Dd1_srvr.c208 case SSL_ST_RENEGOTIATE: in IMPLEMENT_dtls1_meth_func()
250 if (s->state != SSL_ST_RENEGOTIATE) in IMPLEMENT_dtls1_meth_func()
667 state == SSL_ST_RENEGOTIATE) in IMPLEMENT_dtls1_meth_func()
Ds3_srvr.c262 case SSL_ST_RENEGOTIATE: in IMPLEMENT_ssl3_meth_func()
305 if (s->state != SSL_ST_RENEGOTIATE) in IMPLEMENT_ssl3_meth_func()
Dssl.h1514 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) macro
Ds3_lib.c4417 s->state=SSL_ST_RENEGOTIATE; in ssl3_renegotiate_check()
Ds3_clnt.c230 case SSL_ST_RENEGOTIATE: in IMPLEMENT_ssl3_meth_func()
/external/chromium_org/third_party/openssl/openssl/ssl/
Dd1_clnt.c198 case SSL_ST_RENEGOTIATE: in IMPLEMENT_dtls1_meth_func()
451 state == SSL_ST_RENEGOTIATE) in IMPLEMENT_dtls1_meth_func()
661 state == SSL_ST_RENEGOTIATE) in IMPLEMENT_dtls1_meth_func()
Dssl_stat.c98 case SSL_ST_RENEGOTIATE: str="SSL renegotiate ciphers"; break; in SSL_state_string_long()
Dd1_srvr.c208 case SSL_ST_RENEGOTIATE: in IMPLEMENT_dtls1_meth_func()
250 if (s->state != SSL_ST_RENEGOTIATE) in IMPLEMENT_dtls1_meth_func()
666 state == SSL_ST_RENEGOTIATE) in IMPLEMENT_dtls1_meth_func()
Ds3_srvr.c261 case SSL_ST_RENEGOTIATE: in IMPLEMENT_ssl3_meth_func()
304 if (s->state != SSL_ST_RENEGOTIATE) in IMPLEMENT_ssl3_meth_func()
Dssl.h1450 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) macro
Ds3_lib.c4418 s->state=SSL_ST_RENEGOTIATE; in ssl3_renegotiate_check()
Ds3_clnt.c242 case SSL_ST_RENEGOTIATE: in IMPLEMENT_ssl3_meth_func()
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java1334 public static final int SSL_ST_RENEGOTIATE = (0x04 | SSL_ST_INIT); field in NativeCrypto
/external/chromium_org/third_party/openssl/openssl/include/openssl/
Dssl.h1450 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) macro
/external/openssl/include/openssl/
Dssl.h1514 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) macro