Home
last modified time | relevance | path

Searched refs:SSL_AD_CLOSE_NOTIFY (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_stat.c581 case SSL_AD_CLOSE_NOTIFY: in SSL_alert_desc_string()
678 case SSL_AD_CLOSE_NOTIFY: in SSL_alert_desc_string_long()
H A Dssl_pkt.c733 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in ssl3_read_alert()
H A Ds3_lib.c2680 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); in ssl3_shutdown()
H A Dssl_lib.c2582 (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) in SSL_get_error()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h795 #define SSL_AD_CLOSE_NOTIFY 0 macro