Home
last modified time | relevance | path

Searched refs:SSL3_ST_CR_SRVR_DONE_A (Results 1 – 5 of 5) sorted by relevance

/external/openssl/ssl/
Dssl_stat.c158 case SSL3_ST_CR_SRVR_DONE_A: str="SSLv3 read server done A"; break; in SSL_state_string_long()
317 case SSL3_ST_CR_SRVR_DONE_A: str="3RSD_A"; break; in SSL_state_string()
Dssl3.h579 #define SSL3_ST_CR_SRVR_DONE_A (0x160|SSL_ST_CONNECT) macro
Dd1_clnt.c434 s->state=SSL3_ST_CR_SRVR_DONE_A; in IMPLEMENT_dtls1_meth_func()
438 case SSL3_ST_CR_SRVR_DONE_A: in IMPLEMENT_dtls1_meth_func()
Ds3_clnt.c389 s->state=SSL3_ST_CR_SRVR_DONE_A; in IMPLEMENT_ssl3_meth_func()
393 case SSL3_ST_CR_SRVR_DONE_A: in IMPLEMENT_ssl3_meth_func()
2255 SSL3_ST_CR_SRVR_DONE_A, in ssl3_get_server_done()
/external/openssl/include/openssl/
Dssl3.h579 #define SSL3_ST_CR_SRVR_DONE_A (0x160|SSL_ST_CONNECT) macro