Searched refs:SSL_ST_ACCEPT (Results 1 – 4 of 4) sorted by relevance
3677 #define SSL_ST_ACCEPT 0x2000 macro3679 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)3697 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)3698 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
849 } else if (w & SSL_ST_ACCEPT) { in SSLInfoCallback()
747 else if (w & SSL_ST_ACCEPT) in ssl_info_cb()
5837 } else if (w & SSL_ST_ACCEPT) { in info_callback_LOG()