Home
last modified time | relevance | path

Searched refs:TLS13_ALERT_CLOSE_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dtls13_lib.c111 if (alert_desc == TLS13_ALERT_CLOSE_NOTIFY) { in tls13_alert_received_cb()
140 if (alert_desc == TLS13_ALERT_CLOSE_NOTIFY) { in tls13_alert_sent_cb()
H A Dtls13_record_layer.c312 if (alert_desc == TLS13_ALERT_CLOSE_NOTIFY) { in tls13_record_layer_process_alert()
352 if (rl->alert_desc == TLS13_ALERT_CLOSE_NOTIFY) { in tls13_record_layer_send_alert()
1211 if (alert_desc == TLS13_ALERT_CLOSE_NOTIFY || in tls13_send_alert()
H A Dtls13_legacy.c497 TLS13_ALERT_CLOSE_NOTIFY)) < 0) in tls13_legacy_shutdown()
H A Dtls13_internal.h55 #define TLS13_ALERT_CLOSE_NOTIFY 0 macro