Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDs3_enc.c905 case SSL_AD_CLOSE_NOTIFY: in ssl3_alert_code()
HDt1_enc.c1307 case SSL_AD_CLOSE_NOTIFY: in tls1_alert_code()
HDs3_pkt.c1446 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in ssl3_read_bytes()
HDd1_pkt.c1147 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes()
HDssl.h1812 # define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY macro
HDs3_lib.c4318 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); in ssl3_shutdown()
HDssl_lib.c2749 (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) in SSL_get_error()