Searched refs:SSL_ST_CONNECT (Results 1 – 16 of 16) sorted by relevance
449 #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 …]
224 #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 …]
68 #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)
70 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()
115 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()
173 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()
1124 :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()
173 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()
1002 #define SSL_ST_CONNECT 0x1000 macro1005 #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)
188 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()
1037 :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()
578 if (s->type == SSL_ST_CONNECT) in STACK_OF()
185 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()
81 =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";
291 if (w & SSL_ST_CONNECT) str="SSL_connect"; in apps_ssl_info_callback()
1534 if (bitset(SSL_ST_CONNECT, w))