Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dssl_local.h787 int sess_accept_good; /* SSL accept/reneg - finished */ member
H A Dssl_lib.c1468 return (ctx->stats.sess_accept_good); in SSL_CTX_ctrl()
2558 connections = s->session_ctx->stats.sess_accept_good; in ssl_update_cache()
H A Dssl_srvr.c705 s->ctx->stats.sess_accept_good++; in ssl3_accept()