Searched refs:SSL_AD_CLOSE_NOTIFY (Results 1 – 6 of 6) sorted by relevance
429 case SSL_AD_CLOSE_NOTIFY: in ssl3_alert_code()
669 case SSL_AD_CLOSE_NOTIFY: in tls1_alert_code()
570 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes()
949 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in ssl3_read_bytes()
947 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); in SSL_shutdown()2030 (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) { in SSL_get_error()
1586 #define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY macro