Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Ds3_enc.c429 case SSL_AD_CLOSE_NOTIFY: in ssl3_alert_code()
Dt1_enc.c669 case SSL_AD_CLOSE_NOTIFY: in tls1_alert_code()
Dd1_pkt.c570 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes()
Ds3_pkt.c949 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in ssl3_read_bytes()
Dssl_lib.c947 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()
/external/boringssl/src/include/openssl/
Dssl.h1586 #define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY macro