Home
last modified time | relevance | path

Searched refs:TLS_EOF_NO_CLOSE_NOTIFY (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/tls/
H A Dtls.c746 ctx->state |= TLS_EOF_NO_CLOSE_NOTIFY; in tls_ssl_error()
913 if ((ctx->state & TLS_EOF_NO_CLOSE_NOTIFY) != 0) { in tls_close()
H A Dtls_internal.h146 #define TLS_EOF_NO_CLOSE_NOTIFY (1 << 0) macro