Searched refs:SSL2_ST_SEND_CLIENT_HELLO_B (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dssl2.h229 #define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT) macro
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl2.h229 #define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT) macro
H A Dssl_stat.c107 case SSL2_ST_SEND_CLIENT_HELLO_B: str="SSLv2 write client hello B"; break;
266 case SSL2_ST_SEND_CLIENT_HELLO_B: str="2SCH_B"; break;
H A Ds2_clnt.c206 case SSL2_ST_SEND_CLIENT_HELLO_B:
605 s->state=SSL2_ST_SEND_CLIENT_HELLO_B;
609 /* SSL2_ST_SEND_CLIENT_HELLO_B */
/external/openssl/include/openssl/
H A Dssl2.h229 #define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT) macro
/external/openssl/ssl/
H A Dssl2.h229 #define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT) macro
H A Dssl_stat.c107 case SSL2_ST_SEND_CLIENT_HELLO_B: str="SSLv2 write client hello B"; break;
266 case SSL2_ST_SEND_CLIENT_HELLO_B: str="2SCH_B"; break;
H A Ds2_clnt.c206 case SSL2_ST_SEND_CLIENT_HELLO_B:
605 s->state=SSL2_ST_SEND_CLIENT_HELLO_B;
609 /* SSL2_ST_SEND_CLIENT_HELLO_B */

Completed in 106 milliseconds