Searched refs:SSL_CB_ALERT (Results 1 – 10 of 10) sorted by relevance
30 #define SSL_CB_ALERT 0x4000 macro
39 if (where & SSL_CB_ALERT) { in TlsInfoCallback()
784 } else if (where & SSL_CB_ALERT) { in SSLInfoCallback()
209 SSL_CB_ALERT = _lib.SSL_CB_ALERT variable
3900 #define SSL_CB_ALERT 0x4000 macro3901 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)3902 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT | SSL_CB_WRITE)
3985 #define SSL_CB_ALERT 0x4000 macro3986 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)3987 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT | SSL_CB_WRITE)
111 SSL_CB_ALERT,3892 SSL_CB_ALERT,
776 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()
896 of the bits in it like `SSL_CB_ALERT` at vhost creation time, then
6305 } else if (where & SSL_CB_ALERT) { in info_callback_LOG()