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

/macosx-10.10.1/OpenSSL098-52/src/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 Dssl2.h224 #define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT)
225 #define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT)
226 #define SSL2_ST_GET_SERVER_HELLO_A (0x20|SSL_ST_CONNECT)
227 #define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT)
228 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT)
229 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_B (0x31|SSL_ST_CONNECT)
230 #define SSL2_ST_SEND_CLIENT_FINISHED_A (0x40|SSL_ST_CONNECT)
231 #define SSL2_ST_SEND_CLIENT_FINISHED_B (0x41|SSL_ST_CONNECT)
232 #define SSL2_ST_SEND_CLIENT_CERTIFICATE_A (0x50|SSL_ST_CONNECT)
233 #define SSL2_ST_SEND_CLIENT_CERTIFICATE_B (0x51|SSL_ST_CONNECT)
[all...]
H A Dssl3.h479 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
481 #define SSL3_ST_CW_CLNT_HELLO_A (0x110|SSL_ST_CONNECT)
482 #define SSL3_ST_CW_CLNT_HELLO_B (0x111|SSL_ST_CONNECT)
484 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT)
485 #define SSL3_ST_CR_SRVR_HELLO_B (0x121|SSL_ST_CONNECT)
486 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT)
487 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT)
488 #define SSL3_ST_CR_CERT_A (0x130|SSL_ST_CONNECT)
489 #define SSL3_ST_CR_CERT_B (0x131|SSL_ST_CONNECT)
490 #define SSL3_ST_CR_KEY_EXCH_A (0x140|SSL_ST_CONNECT)
[all...]
H A Dssl.h878 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1092 #define SSL_ST_CONNECT 0x1000 macro
1095 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1109 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1110 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1119 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
/macosx-10.10.1/OpenSSL098-52/src/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 Dssl2.h224 #define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT)
225 #define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT)
226 #define SSL2_ST_GET_SERVER_HELLO_A (0x20|SSL_ST_CONNECT)
227 #define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT)
228 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT)
229 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_B (0x31|SSL_ST_CONNECT)
230 #define SSL2_ST_SEND_CLIENT_FINISHED_A (0x40|SSL_ST_CONNECT)
231 #define SSL2_ST_SEND_CLIENT_FINISHED_B (0x41|SSL_ST_CONNECT)
232 #define SSL2_ST_SEND_CLIENT_CERTIFICATE_A (0x50|SSL_ST_CONNECT)
233 #define SSL2_ST_SEND_CLIENT_CERTIFICATE_B (0x51|SSL_ST_CONNECT)
[all...]
H A Dssl3.h479 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
481 #define SSL3_ST_CW_CLNT_HELLO_A (0x110|SSL_ST_CONNECT)
482 #define SSL3_ST_CW_CLNT_HELLO_B (0x111|SSL_ST_CONNECT)
484 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT)
485 #define SSL3_ST_CR_SRVR_HELLO_B (0x121|SSL_ST_CONNECT)
486 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT)
487 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT)
488 #define SSL3_ST_CR_CERT_A (0x130|SSL_ST_CONNECT)
489 #define SSL3_ST_CR_CERT_B (0x131|SSL_ST_CONNECT)
490 #define SSL3_ST_CR_KEY_EXCH_A (0x140|SSL_ST_CONNECT)
[all...]
H A Dssl_stat.c70 case SSL_ST_CONNECT: str="before connect initialization"; break;
73 case SSL_ST_BEFORE|SSL_ST_CONNECT: str="before/connect initialization"; break;
74 case SSL_ST_OK|SSL_ST_CONNECT: str="ok/connect SSL initialization"; break;
234 case SSL_ST_CONNECT: str="CINIT "; break;
H A Ds23_clnt.c115 case SSL_ST_CONNECT:
116 case SSL_ST_BEFORE|SSL_ST_CONNECT:
117 case SSL_ST_OK|SSL_ST_CONNECT:
129 s->type=SSL_ST_CONNECT;
H A Dd1_clnt.c172 s->state=SSL_ST_CONNECT;
176 case SSL_ST_CONNECT:
177 case SSL_ST_BEFORE|SSL_ST_CONNECT:
178 case SSL_ST_OK|SSL_ST_CONNECT:
192 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.c1201 :SSL_ST_CONNECT;
1203 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1268 (s->state & SSL_ST_CONNECT) &&
1326 if (s->state & SSL_ST_CONNECT)
H A Dssl.h878 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1092 #define SSL_ST_CONNECT 0x1000 macro
1095 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1109 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1110 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1119 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
H A Dd1_pkt.c1154 :SSL_ST_CONNECT;
1156 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1221 (s->state & SSL_ST_CONNECT) &&
H A Ds3_both.c173 if(s->type == SSL_ST_CONNECT)
H A Ds3_clnt.c194 s->state=SSL_ST_CONNECT;
198 case SSL_ST_CONNECT:
199 case SSL_ST_BEFORE|SSL_ST_CONNECT:
200 case SSL_ST_OK|SSL_ST_CONNECT:
213 s->type=SSL_ST_CONNECT;
H A Dssl_cert.c591 if (s->type == SSL_ST_CONNECT)
H A Dssl_lib.c190 s->state=SSL_ST_BEFORE|((s->server)?SSL_ST_ACCEPT:SSL_ST_CONNECT);
2234 s->state=SSL_ST_CONNECT|SSL_ST_BEFORE;
H A Dd1_both.c931 if(s->type == SSL_ST_CONNECT)
/macosx-10.10.1/OpenSSL098-52/src/demos/tunala/
H A Dcb.c29 str1 = (w & SSL_ST_CONNECT ? "SSL_connect" : (w & SSL_ST_ACCEPT ?
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.xs62 if(w & SSL_ST_CONNECT)
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_cb.c296 if (w & SSL_ST_CONNECT) str="SSL_connect";
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_misc.c1036 if (w & SSL_ST_CONNECT)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c1277 if ( w & SSL_ST_CONNECT ) {
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A Dtls.c178 else if (where & SSL_ST_CONNECT) major = "connect";

Completed in 230 milliseconds