Home
last modified time | relevance | path

Searched refs:SSL_CTX_sess_hits (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_sess_number.pod5 …_accept, SSL_CTX_sess_accept_good, SSL_CTX_sess_accept_renegotiate, SSL_CTX_sess_hits, SSL_CTX_ses…
18 long SSL_CTX_sess_hits(SSL_CTX *ctx);
47 SSL_CTX_sess_hits() returns the number of successfully reused sessions.
61 the SSL_CTX_sess_hits() count.
/freebsd-14-stable/crypto/openssl/util/
HDother.syms499 SSL_CTX_sess_hits define
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h713 # define SSL_CTX_sess_hits(ctx) \ macro
HDssl.h.in690 # define SSL_CTX_sess_hits(ctx) \ macro
/freebsd-14-stable/crypto/openssl/apps/
HDs_server.c2295 BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx)); in print_stats()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile3855 MLINKS+= SSL_CTX_sess_number.3 SSL_CTX_sess_hits.3