Searched refs:SSL_CB_READ (Results 1 – 8 of 8) sorted by relevance
35 if (where & SSL_CB_READ) in TlsInfoCallback()
785 str = (where & SSL_CB_READ) ? "read" : "write"; in SSLInfoCallback()
207 SSL_CB_READ = _lib.SSL_CB_READ variable
3898 #define SSL_CB_READ 0x04 macro3901 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
3983 #define SSL_CB_READ 0x04 macro3986 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
779 where & SSL_CB_READ ? in ssl_info_cb()785 if (where & SSL_CB_READ) in ssl_info_cb()794 ev.alert.is_local = !(where & SSL_CB_READ); in ssl_info_cb()
109 SSL_CB_READ,3890 SSL_CB_READ,
6306 str = (where & SSL_CB_READ) ? "read" : "write"; in info_callback_LOG()