Searched refs:SSL_CTX_sess_accept_good (Results 1 – 6 of 6) sorted by relevance
5 …ct_good, SSL_CTX_sess_connect_renegotiate, SSL_CTX_sess_accept, SSL_CTX_sess_accept_good, SSL_CTX_…16 long SSL_CTX_sess_accept_good(SSL_CTX *ctx);41 SSL_CTX_sess_accept_good() returns the number of successfully established
338 SSL_CTX_sess_accept_good define
281 =item int B<SSL_CTX_sess_accept_good>(SSL_CTX *ctx);
696 # define SSL_CTX_sess_accept_good(ctx) \ macro
2226 SSL_CTX_sess_accept_good(ssl_ctx)); in print_stats()
119 #define SSL_CTX_sess_accept_good BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_sess_accept_good) macro