Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dtls13_quic.c135 int ret = TLS13_IO_ALERT; in tls13_quic_alert_send_cb()
H A Dtls13_record_layer.c321 ret = TLS13_IO_ALERT; in tls13_record_layer_process_alert()
351 ret = TLS13_IO_ALERT; in tls13_record_layer_send_alert()
368 ret = TLS13_IO_ALERT; in tls13_record_layer_send_alert()
H A Dtls13_legacy.c184 case TLS13_IO_ALERT: in tls13_legacy_return_code()
H A Dtls13_internal.h37 #define TLS13_IO_ALERT -2 macro