Lines Matching defs:SSL_ST_CONNECT
1211 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1508 #define SSL_ST_CONNECT 0x1000
1511 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1525 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1526 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1536 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)