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.c400 case SSL_AD_CLOSE_NOTIFY: in ssl3_alert_code()
Dd1_pkt.c373 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes()
Ds3_pkt.c581 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in ssl3_read_bytes()
Dt1_enc.c613 case SSL_AD_CLOSE_NOTIFY: in tls1_alert_code()
Dssl_lib.c661 ssl3_send_alert(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); in SSL_shutdown()
714 (ssl->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) { in SSL_get_error()
/external/boringssl/src/include/openssl/
Dssl.h2507 #define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY macro