Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
HDtls13_record_layer.c321 ret = TLS13_IO_ALERT; in tls13_record_layer_process_alert()
344 ret = TLS13_IO_ALERT; in tls13_record_layer_send_alert()
361 ret = TLS13_IO_ALERT; in tls13_record_layer_send_alert()
HDtls13_legacy.c184 case TLS13_IO_ALERT: in tls13_legacy_return_code()
HDtls13_internal.h37 #define TLS13_IO_ALERT -2 macro