Searched refs:SSL_CB_EXIT (Results 1 – 8 of 8) sorted by relevance
33 if (where & SSL_CB_EXIT) in TlsInfoCallback()
789 } else if (where & SSL_CB_EXIT) { in SSLInfoCallback()
206 SSL_CB_EXIT = _lib.SSL_CB_EXIT variable
3897 #define SSL_CB_EXIT 0x02 macro3904 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)3906 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
3982 #define SSL_CB_EXIT 0x02 macro3989 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)3991 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
108 SSL_CB_EXIT,3889 SSL_CB_EXIT,
799 } else if (where & SSL_CB_EXIT && ret <= 0) { in ssl_info_cb()
6309 } else if (where & SSL_CB_EXIT) { in info_callback_LOG()