Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c762 s->quiet_shutdown = ctx->quiet_shutdown; in SSL_new()
4292 ctx->quiet_shutdown = mode; in SSL_CTX_set_quiet_shutdown()
4297 return ctx->quiet_shutdown; in SSL_CTX_get_quiet_shutdown()
4302 s->quiet_shutdown = mode; in SSL_set_quiet_shutdown()
4307 return s->quiet_shutdown; in SSL_get_quiet_shutdown()
H A Dssl_local.h995 int quiet_shutdown; member
1254 int quiet_shutdown; member
H A Ds3_lib.c4404 if (s->quiet_shutdown || SSL_in_before(s)) { in ssl3_shutdown()