Searched refs:SSL_CB_ALERT (Results 1 – 4 of 4) 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)
299 else if (where & SSL_CB_ALERT) in apps_ssl_info_callback()
1014 #define SSL_CB_ALERT 0x4000 /* used in callback */ macro1015 #define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)1016 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
1548 else if (bitset(SSL_CB_ALERT, where))