Lines Matching defs:SSL_ST_CONNECT
1165 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1458 #define SSL_ST_CONNECT 0x1000
1461 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1475 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1476 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1486 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)