Searched refs:SSL_CB_ALERT (Results 1 – 6 of 6) sorted by relevance
50 If an alert is handled, SSL_CB_ALERT is set and B<ret> specifies the alert77 =item SSL_CB_ALERT81 =item SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)83 =item SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)136 } else if (where & SSL_CB_ALERT) {
1063 # define SSL_CB_ALERT 0x4000/* used in callback */ macro1064 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)1065 # define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
471 } else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
221 else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
2160 else if (bitset(SSL_CB_ALERT, where))
749 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()