Home
last modified time | relevance | path

Searched refs:SSL3_ST_CR_SRVR_HELLO_A (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
Dd1_clnt.c254 s->s3->tmp.next_state=SSL3_ST_CR_SRVR_HELLO_A; in IMPLEMENT_dtls1_meth_func()
280 s->state = SSL3_ST_CR_SRVR_HELLO_A; in IMPLEMENT_dtls1_meth_func()
285 case SSL3_ST_CR_SRVR_HELLO_A: in IMPLEMENT_dtls1_meth_func()
Dssl_stat.c107 case SSL3_ST_CR_SRVR_HELLO_A: str="SSLv3 read server hello A"; break; in SSL_state_string_long()
224 case SSL3_ST_CR_SRVR_HELLO_A: str="3RSH_A"; break; in SSL_state_string()
Ds23_clnt.c550 s->state=SSL3_ST_CR_SRVR_HELLO_A; in ssl23_get_server_hello()
Ds3_clnt.c266 s->state=SSL3_ST_CR_SRVR_HELLO_A; in IMPLEMENT_ssl3_meth_func()
275 case SSL3_ST_CR_SRVR_HELLO_A: in IMPLEMENT_ssl3_meth_func()
804 SSL3_ST_CR_SRVR_HELLO_A, in ssl3_get_server_hello()
Ds3_pkt.c1397 (s->state <= SSL3_ST_CR_SRVR_HELLO_A) in ssl3_read_bytes()
Dd1_pkt.c1244 (s->state <= SSL3_ST_CR_SRVR_HELLO_A) in dtls1_read_bytes()
/external/openssl/ssl/
Dssl_stat.c148 case SSL3_ST_CR_SRVR_HELLO_A: str="SSLv3 read server hello A"; break; in SSL_state_string_long()
307 case SSL3_ST_CR_SRVR_HELLO_A: str="3RSH_A"; break; in SSL_state_string()
Dssl3.h610 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT) macro
Dd1_clnt.c305 s->s3->tmp.next_state=SSL3_ST_CR_SRVR_HELLO_A; in IMPLEMENT_dtls1_meth_func()
308 s->state=SSL3_ST_CR_SRVR_HELLO_A; in IMPLEMENT_dtls1_meth_func()
326 case SSL3_ST_CR_SRVR_HELLO_A: in IMPLEMENT_dtls1_meth_func()
Ds23_clnt.c777 s->state=SSL3_ST_CR_SRVR_HELLO_A; in ssl23_get_server_hello()
Ds3_clnt.c289 s->state=SSL3_ST_CR_SRVR_HELLO_A; in IMPLEMENT_ssl3_meth_func()
298 case SSL3_ST_CR_SRVR_HELLO_A: in IMPLEMENT_ssl3_meth_func()
907 SSL3_ST_CR_SRVR_HELLO_A, in ssl3_get_server_hello()
Ds3_pkt.c1451 (s->state <= SSL3_ST_CR_SRVR_HELLO_A) in ssl3_read_bytes()
Dd1_pkt.c1364 (s->state <= SSL3_ST_CR_SRVR_HELLO_A) in dtls1_read_bytes()
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dssl3.h526 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT) macro
/external/openssl/include/openssl/
Dssl3.h610 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT) macro