Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_stat.c96 case SSL2_ST_GET_CLIENT_HELLO_A: str="SSLv2 read client hello A"; break; in SSL_state_string_long()
249 case SSL2_ST_GET_CLIENT_HELLO_A: str="2GCH_A"; break; in SSL_state_string()
Dssl2.h243 #define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT) macro
Ds2_srvr.c201 s->state=SSL2_ST_GET_CLIENT_HELLO_A; in IMPLEMENT_ssl2_meth_func()
204 case SSL2_ST_GET_CLIENT_HELLO_A: in IMPLEMENT_ssl2_meth_func()
532 if (s->state == SSL2_ST_GET_CLIENT_HELLO_A) in get_client_hello()
Ds23_srvr.c500 s->state=SSL2_ST_GET_CLIENT_HELLO_A; in ssl23_get_client_hello()
/external/openssl/include/openssl/
Dssl2.h243 #define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT) macro