Searched refs:SSL_CB_EXIT (Results 1 – 8 of 8) sorted by relevance
33 if (where & SSL_CB_EXIT) in TlsInfoCallback()
4389 #define SSL_CB_EXIT 0x02 macro4396 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)4398 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
4238 #define SSL_CB_EXIT 0x02 macro4245 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)4247 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
799 } else if (where & SSL_CB_EXIT) { in SSLInfoCallback()
238 } else if (type & SSL_CB_EXIT) { in InfoCallback()
813 } else if (where & SSL_CB_EXIT && ret <= 0) { in ssl_info_cb()
6417 } else if (where & SSL_CB_EXIT) { in info_callback_LOG()