Searched refs:SSL_CTX_sess_hits (Results 1 – 6 of 6) sorted by relevance
5 …_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.
346 SSL_CTX_sess_hits define
303 =item int B<SSL_CTX_sess_hits>(SSL_CTX *ctx);
698 # define SSL_CTX_sess_hits(ctx) \ macro
2227 BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx)); in print_stats()
130 #define SSL_CTX_sess_hits BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_sess_hits) macro