Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_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/crypto/openssl/util/
H A Dother.syms499 SSL_CTX_sess_hits define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h713 # define SSL_CTX_sess_hits(ctx) \ macro
H A Dssl.h.in690 # define SSL_CTX_sess_hits(ctx) \ macro
/freebsd/crypto/openssl/apps/
H A Ds_server.c2295 BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx)); in print_stats()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3855 MLINKS+= SSL_CTX_sess_number.3 SSL_CTX_sess_hits.3