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) {
1061 # define SSL_CB_ALERT 0x4000/* used in callback */ macro1062 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)1063 # define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
470 } else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
1877 else if (bitset(SSL_CB_ALERT, where))
221 else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
748 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()