Searched refs:SSL_ST_CONNECT (Results 1 – 7 of 7) sorted by relevance
93 =item SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)95 =item SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)131 if (w & SSL_ST_CONNECT)
1124 # define SSL_ST_CONNECT 0x1000 macro1138 # define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)1139 # define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1047 * defines have an equivalent and are set to a dummy value (-1). SSL_ST_CONNECT1052 # define SSL_ST_CONNECT 0x1000 macro1066 # define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)1067 # define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
487 if (w & SSL_ST_CONNECT) in apps_ssl_info_callback()
2383 if (bitset(SSL_ST_CONNECT, w))
747 if (w & SSL_ST_CONNECT) in ssl_info_cb()
7447 if (!TEST_false((SSL_is_server(s) && (where & SSL_ST_CONNECT) != 0)) in sslapi_info_callback()