Searched refs:SSL2_ST_SEND_SERVER_HELLO_A (Results 1 – 4 of 4) sorted by relevance
99 case SSL2_ST_SEND_SERVER_HELLO_A: str="SSLv2 write server hello A"; break; in SSL_state_string_long()252 case SSL2_ST_SEND_SERVER_HELLO_A: str="2SSH_A"; break; in SSL_state_string()
246 #define SSL2_ST_SEND_SERVER_HELLO_A (0x20|SSL_ST_ACCEPT) macro
211 s->state=SSL2_ST_SEND_SERVER_HELLO_A; in IMPLEMENT_ssl2_meth_func()214 case SSL2_ST_SEND_SERVER_HELLO_A: in IMPLEMENT_ssl2_meth_func()703 if (s->state == SSL2_ST_SEND_SERVER_HELLO_A) in server_hello()