Searched refs:SSL_ST_CONNECT (Results 1 - 25 of 25) sorted by relevance

/external/openssl/include/openssl/
H A Dssl23.h68 #define SSL23_ST_CW_CLNT_HELLO_A (0x210|SSL_ST_CONNECT)
69 #define SSL23_ST_CW_CLNT_HELLO_B (0x211|SSL_ST_CONNECT)
71 #define SSL23_ST_CR_SRVR_HELLO_A (0x220|SSL_ST_CONNECT)
72 #define SSL23_ST_CR_SRVR_HELLO_B (0x221|SSL_ST_CONNECT)
H A Dssl3.h559 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
560 #define SSL3_ST_CUTTHROUGH_COMPLETE (0x101|SSL_ST_CONNECT)
562 #define DTLS1_SCTP_ST_CW_WRITE_SOCK (0x310|SSL_ST_CONNECT)
563 #define DTLS1_SCTP_ST_CR_READ_SOCK (0x320|SSL_ST_CONNECT)
566 #define SSL3_ST_CW_CLNT_HELLO_A (0x110|SSL_ST_CONNECT)
567 #define SSL3_ST_CW_CLNT_HELLO_B (0x111|SSL_ST_CONNECT)
569 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT)
570 #define SSL3_ST_CR_SRVR_HELLO_B (0x121|SSL_ST_CONNECT)
571 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT)
572 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT)
[all...]
H A Dssl2.h228 #define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT)
229 #define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT)
230 #define SSL2_ST_GET_SERVER_HELLO_A (0x20|SSL_ST_CONNECT)
231 #define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT)
232 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT)
233 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_B (0x31|SSL_ST_CONNECT)
234 #define SSL2_ST_SEND_CLIENT_FINISHED_A (0x40|SSL_ST_CONNECT)
235 #define SSL2_ST_SEND_CLIENT_FINISHED_B (0x41|SSL_ST_CONNECT)
236 #define SSL2_ST_SEND_CLIENT_CERTIFICATE_A (0x50|SSL_ST_CONNECT)
237 #define SSL2_ST_SEND_CLIENT_CERTIFICATE_B (0x51|SSL_ST_CONNECT)
[all...]
H A Dssl.h1113 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1394 #define SSL_ST_CONNECT 0x1000 macro
1397 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1411 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1412 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1422 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
/external/openssl/ssl/
H A Dssl23.h68 #define SSL23_ST_CW_CLNT_HELLO_A (0x210|SSL_ST_CONNECT)
69 #define SSL23_ST_CW_CLNT_HELLO_B (0x211|SSL_ST_CONNECT)
71 #define SSL23_ST_CR_SRVR_HELLO_A (0x220|SSL_ST_CONNECT)
72 #define SSL23_ST_CR_SRVR_HELLO_B (0x221|SSL_ST_CONNECT)
H A Dssl3.h559 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
560 #define SSL3_ST_CUTTHROUGH_COMPLETE (0x101|SSL_ST_CONNECT)
562 #define DTLS1_SCTP_ST_CW_WRITE_SOCK (0x310|SSL_ST_CONNECT)
563 #define DTLS1_SCTP_ST_CR_READ_SOCK (0x320|SSL_ST_CONNECT)
566 #define SSL3_ST_CW_CLNT_HELLO_A (0x110|SSL_ST_CONNECT)
567 #define SSL3_ST_CW_CLNT_HELLO_B (0x111|SSL_ST_CONNECT)
569 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT)
570 #define SSL3_ST_CR_SRVR_HELLO_B (0x121|SSL_ST_CONNECT)
571 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT)
572 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT)
[all...]
H A Dssl2.h228 #define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT)
229 #define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT)
230 #define SSL2_ST_GET_SERVER_HELLO_A (0x20|SSL_ST_CONNECT)
231 #define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT)
232 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT)
233 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_B (0x31|SSL_ST_CONNECT)
234 #define SSL2_ST_SEND_CLIENT_FINISHED_A (0x40|SSL_ST_CONNECT)
235 #define SSL2_ST_SEND_CLIENT_FINISHED_B (0x41|SSL_ST_CONNECT)
236 #define SSL2_ST_SEND_CLIENT_CERTIFICATE_A (0x50|SSL_ST_CONNECT)
237 #define SSL2_ST_SEND_CLIENT_CERTIFICATE_B (0x51|SSL_ST_CONNECT)
[all...]
H A Dssl_stat.c96 case SSL_ST_CONNECT: str="before connect initialization"; break;
99 case SSL_ST_BEFORE|SSL_ST_CONNECT: str="before/connect initialization"; break;
100 case SSL_ST_OK|SSL_ST_CONNECT: str="ok/connect SSL initialization"; break;
260 case SSL_ST_CONNECT: str="CINIT "; break;
H A Ds23_clnt.c172 case SSL_ST_CONNECT:
173 case SSL_ST_BEFORE|SSL_ST_CONNECT:
174 case SSL_ST_OK|SSL_ST_CONNECT:
186 s->type=SSL_ST_CONNECT;
H A Ds2_clnt.c173 case SSL_ST_CONNECT:
174 case SSL_ST_BEFORE|SSL_ST_CONNECT:
175 case SSL_ST_OK|SSL_ST_CONNECT:
181 s->type=SSL_ST_CONNECT;
H A Ds3_pkt.c1357 :SSL_ST_CONNECT;
1359 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1427 (s->state & SSL_ST_CONNECT) &&
1485 if (s->state & SSL_ST_CONNECT)
H A Dd1_clnt.c200 s->state=SSL_ST_CONNECT;
204 case SSL_ST_CONNECT:
205 case SSL_ST_BEFORE|SSL_ST_CONNECT:
206 case SSL_ST_OK|SSL_ST_CONNECT:
220 s->type=SSL_ST_CONNECT;
H A Ds3_both.c171 if(s->type == SSL_ST_CONNECT)
211 if (s->state & SSL_ST_CONNECT)
H A Dssl.h1113 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1394 #define SSL_ST_CONNECT 0x1000 macro
1397 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1411 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1412 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1422 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
H A Dd1_pkt.c1285 :SSL_ST_CONNECT;
1287 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1353 (s->state & SSL_ST_CONNECT) &&
H A Ds3_clnt.c238 s->state=SSL_ST_CONNECT;
242 case SSL_ST_CONNECT:
243 case SSL_ST_BEFORE|SSL_ST_CONNECT:
244 case SSL_ST_OK|SSL_ST_CONNECT:
257 s->type=SSL_ST_CONNECT;
H A Dssl_cert.c612 if (s->type == SSL_ST_CONNECT)
H A Dssl_lib.c219 s->state=SSL_ST_BEFORE|((s->server)?SSL_ST_ACCEPT:SSL_ST_CONNECT);
2600 s->state=SSL_ST_CONNECT|SSL_ST_BEFORE;
H A Dd1_both.c919 if(s->type == SSL_ST_CONNECT)
/external/openssl/apps/
H A Ds_cb.c312 if (w & SSL_ST_CONNECT) str="SSL_connect";
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopenssladapter.cc756 if (w & SSL_ST_CONNECT) {
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_openssl.c501 if (w & SSL_ST_CONNECT)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c505 if (w & SSL_ST_CONNECT)
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c505 if (w & SSL_ST_CONNECT)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c505 if (w & SSL_ST_CONNECT)

Completed in 180 milliseconds