Searched refs:SSL_AD_CLOSE_NOTIFY (Results 1 – 8 of 8) sorted by relevance
51 if (s->shutdown & SSL_SENT_SHUTDOWN && desc != SSL_AD_CLOSE_NOTIFY) in ssl3_send_alert()
526 case SSL_AD_CLOSE_NOTIFY: in ssl3_alert_code()
609 case SSL_AD_CLOSE_NOTIFY: in tls1_alert_code()
4409 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); in ssl3_shutdown()
3678 (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) in SSL_get_error()
590 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes()
1534 } else if (alert_descr == SSL_AD_CLOSE_NOTIFY in ssl3_read_bytes()
1131 # define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY macro