Searched refs:SSL_AD_CLOSE_NOTIFY (Results 1 – 7 of 7) sorted by relevance
905 case SSL_AD_CLOSE_NOTIFY: in ssl3_alert_code()
1307 case SSL_AD_CLOSE_NOTIFY: in tls1_alert_code()
1446 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in ssl3_read_bytes()
1147 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes()
1812 # define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY macro
4318 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); in ssl3_shutdown()
2749 (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) in SSL_get_error()