Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_stat.c194 case SSL3_ST_SW_HELLO_REQ_C: str="SSLv3 write hello request C"; break; in SSL_state_string_long()
347 case SSL3_ST_SW_HELLO_REQ_C: str="3WHR_C"; break; in SSL_state_string()
Dssl3.h623 #define SSL3_ST_SW_HELLO_REQ_C (0x122|SSL_ST_ACCEPT) macro
Dd1_srvr.c282 s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C; in IMPLEMENT_dtls1_meth_func()
289 case SSL3_ST_SW_HELLO_REQ_C: in IMPLEMENT_dtls1_meth_func()
Ds3_srvr.c338 s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C; in IMPLEMENT_ssl3_meth_func()
345 case SSL3_ST_SW_HELLO_REQ_C: in IMPLEMENT_ssl3_meth_func()
/external/openssl/include/openssl/
Dssl3.h623 #define SSL3_ST_SW_HELLO_REQ_C (0x122|SSL_ST_ACCEPT) macro