Searched refs:SSL2_ST_SEND_CLIENT_HELLO_A (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/openssl/
H A Dssl2.h224 #define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT) macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl2.h224 #define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT) macro
H A Dssl_stat.c106 case SSL2_ST_SEND_CLIENT_HELLO_A: str="SSLv2 write client hello A"; break;
265 case SSL2_ST_SEND_CLIENT_HELLO_A: str="2SCH_A"; break;
H A Ds2_clnt.c200 s->state=SSL2_ST_SEND_CLIENT_HELLO_A;
205 case SSL2_ST_SEND_CLIENT_HELLO_A:
551 if (s->state == SSL2_ST_SEND_CLIENT_HELLO_A)

Completed in 48 milliseconds