Home
last modified time | relevance | path

Searched refs:SSL_ST_CONNECT (Results 1 – 16 of 16) sorted by relevance

/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl3.h449 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
451 #define SSL3_ST_CW_CLNT_HELLO_A (0x110|SSL_ST_CONNECT)
452 #define SSL3_ST_CW_CLNT_HELLO_B (0x111|SSL_ST_CONNECT)
454 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT)
455 #define SSL3_ST_CR_SRVR_HELLO_B (0x121|SSL_ST_CONNECT)
456 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT)
457 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT)
458 #define SSL3_ST_CR_CERT_A (0x130|SSL_ST_CONNECT)
459 #define SSL3_ST_CR_CERT_B (0x131|SSL_ST_CONNECT)
460 #define SSL3_ST_CR_KEY_EXCH_A (0x140|SSL_ST_CONNECT)
[all …]
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 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 Dssl_stat.c70 case SSL_ST_CONNECT: str="before connect initialization"; break; in SSL_state_string_long()
73 case SSL_ST_BEFORE|SSL_ST_CONNECT: str="before/connect initialization"; break; in SSL_state_string_long()
74 case SSL_ST_OK|SSL_ST_CONNECT: str="ok/connect SSL initialization"; break; in SSL_state_string_long()
224 case SSL_ST_CONNECT: str="CINIT "; break; in SSL_state_string()
H A Ds23_clnt.c115 case SSL_ST_CONNECT: in IMPLEMENT_ssl23_meth_func()
116 case SSL_ST_BEFORE|SSL_ST_CONNECT: in IMPLEMENT_ssl23_meth_func()
117 case SSL_ST_OK|SSL_ST_CONNECT: in IMPLEMENT_ssl23_meth_func()
129 s->type=SSL_ST_CONNECT; in IMPLEMENT_ssl23_meth_func()
H A Dd1_clnt.c173 s->state=SSL_ST_CONNECT; in IMPLEMENT_dtls1_meth_func()
177 case SSL_ST_CONNECT: in IMPLEMENT_dtls1_meth_func()
178 case SSL_ST_BEFORE|SSL_ST_CONNECT: in IMPLEMENT_dtls1_meth_func()
179 case SSL_ST_OK|SSL_ST_CONNECT: in IMPLEMENT_dtls1_meth_func()
192 s->type=SSL_ST_CONNECT; in IMPLEMENT_dtls1_meth_func()
H A Ds3_pkt.c1124 :SSL_ST_CONNECT; in ssl3_read_bytes()
1126 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT; in ssl3_read_bytes()
1191 (s->state & SSL_ST_CONNECT) && in ssl3_read_bytes()
1242 if (s->state & SSL_ST_CONNECT) in ssl3_do_change_cipher_spec()
H A Ds2_clnt.c173 case SSL_ST_CONNECT: in IMPLEMENT_ssl2_meth_func()
174 case SSL_ST_BEFORE|SSL_ST_CONNECT: in IMPLEMENT_ssl2_meth_func()
175 case SSL_ST_OK|SSL_ST_CONNECT: in IMPLEMENT_ssl2_meth_func()
181 s->type=SSL_ST_CONNECT; in IMPLEMENT_ssl2_meth_func()
H A Dssl.h1002 #define SSL_ST_CONNECT 0x1000 macro
1005 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1019 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1020 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1029 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
H A Ds3_clnt.c188 s->state=SSL_ST_CONNECT; in IMPLEMENT_ssl3_meth_func()
192 case SSL_ST_CONNECT: in IMPLEMENT_ssl3_meth_func()
193 case SSL_ST_BEFORE|SSL_ST_CONNECT: in IMPLEMENT_ssl3_meth_func()
194 case SSL_ST_OK|SSL_ST_CONNECT: in IMPLEMENT_ssl3_meth_func()
207 s->type=SSL_ST_CONNECT; in IMPLEMENT_ssl3_meth_func()
H A Dd1_pkt.c1037 :SSL_ST_CONNECT; in dtls1_read_bytes()
1039 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT; in dtls1_read_bytes()
1104 (s->state & SSL_ST_CONNECT) && in dtls1_read_bytes()
H A Dssl_cert.c578 if (s->type == SSL_ST_CONNECT) in STACK_OF()
H A Dssl_lib.c185 s->state=SSL_ST_BEFORE|((s->server)?SSL_ST_ACCEPT:SSL_ST_CONNECT); in SSL_clear()
2063 s->state=SSL_ST_CONNECT|SSL_ST_BEFORE; in SSL_set_connect_state()
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_info_callback.pod81 =item SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
83 =item SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
119 if (w & SSL_ST_CONNECT) str="SSL_connect";
/onnv-gate/usr/src/common/openssl/apps/
H A Ds_cb.c291 if (w & SSL_ST_CONNECT) str="SSL_connect"; in apps_ssl_info_callback()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1534 if (bitset(SSL_ST_CONNECT, w))