Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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.
/third_party/openssl/util/
Dprivate.num346 SSL_CTX_sess_hits define
/third_party/openssl/doc/man7/
Dssl.pod303 =item int B<SSL_CTX_sess_hits>(SSL_CTX *ctx);
/third_party/openssl/include/openssl/
Dssl.h698 # define SSL_CTX_sess_hits(ctx) \ macro
/third_party/openssl/apps/
Ds_server.c2227 BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx)); in print_stats()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h130 #define SSL_CTX_sess_hits BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_sess_hits) macro