Searched refs:SSL3_AL_WARNING (Results 1 – 17 of 17) sorted by relevance
35 # define SSL3_AL_WARNING 1 macro
106 if (value == SSL3_AL_WARNING) { in SSL_alert_type_string_long()
403 if (level == SSL3_AL_WARNING && desc == SSL_AD_CLOSE_NOTIFY) { in ssl_send_alert_impl()
565 if (alert_level == SSL3_AL_WARNING) { in ssl_process_alert()
1135 if (ssl_send_alert_impl(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY) <= 0) { in SSL_shutdown()
416 if (level == SSL3_AL_WARNING && desc == SSL_AD_CLOSE_NOTIFY) { in ssl_send_alert_impl()
563 if (alert_level == SSL3_AL_WARNING) { in ssl_process_alert()
1167 if (ssl_send_alert_impl(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY) <= 0) { in SSL_shutdown()
1165 if (ssl_send_alert_impl(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY) <= 0) { in SSL_shutdown()
274 #define SSL3_AL_WARNING 1 macro
279 #define SSL3_AL_WARNING 1 macro
841 case SSL3_AL_WARNING: in SSL_alert_type_string()