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

/barrelfish-2018-10-04/include/openssl/
H A Dssl2.h227 #define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT) macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl2.h227 #define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT) macro
H A Dssl_stat.c109 case SSL2_ST_GET_SERVER_HELLO_B: str="SSLv2 read server hello B"; break;
268 case SSL2_ST_GET_SERVER_HELLO_B: str="2GSH_B"; break;
H A Ds2_clnt.c215 case SSL2_ST_GET_SERVER_HELLO_B:
375 s->state=SSL2_ST_GET_SERVER_HELLO_B;
378 /* SSL2_ST_GET_SERVER_HELLO_B */

Completed in 50 milliseconds