Searched refs:SSL_CB_ALERT (Results 1 – 5 of 5) sorted by relevance
45 If an alert is handled, SSL_CB_ALERT is set and B<ret> specifies the alert69 =item SSL_CB_ALERT73 =item SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)75 =item SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)127 else if (where & SSL_CB_ALERT)
1736 # define SSL_CB_ALERT 0x4000/* used in callback */ macro1737 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)1738 # define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
578 } else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
228 else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
575 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()