Searched refs:SSL_AD_CLOSE_NOTIFY (Results 1 – 4 of 4) sorted by relevance
391 if (level == SSL3_AL_WARNING && desc == SSL_AD_CLOSE_NOTIFY) { in ssl_send_alert()395 assert(desc != SSL_AD_CLOSE_NOTIFY); in ssl_send_alert()
564 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in ssl_process_alert()
1198 if (ssl_send_alert(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY) <= 0) { in SSL_shutdown()
3327 #define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY macro