Searched refs:SSL_CB_EXIT (Results 1 – 5 of 5) sorted by relevance
32 if (where & SSL_CB_EXIT) in TlsInfoCallback()
3436 #define SSL_CB_EXIT 0x02 macro3443 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)3445 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
859 } else if (where & SSL_CB_EXIT) { in SSLInfoCallback()
729 } else if (where & SSL_CB_EXIT && ret <= 0) { in ssl_info_cb()
5822 } else if (where & SSL_CB_EXIT) { in info_callback_LOG()