Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls13_legacy.c505 } else if (!ctx->close_notify_recv) { in tls13_legacy_shutdown()
517 if (!ctx->close_notify_recv) in tls13_legacy_shutdown()
522 if (ctx->close_notify_recv) in tls13_legacy_shutdown()
H A Dtls13_internal.h282 int close_notify_recv; member
H A Dtls13_lib.c112 ctx->close_notify_recv = 1; in tls13_alert_received_cb()