Searched refs:SSL_total_renegotiations (Results 1 – 6 of 6) sorted by relevance
1784 long SSL_total_renegotiations(SSL *ssl);
1219 if (SSL_total_renegotiations(ssl.get()) != in DoExchange()1223 SSL_total_renegotiations(ssl.get())); in DoExchange()
693 =item long B<SSL_total_renegotiations>(SSL *ssl);
1319 # define SSL_total_renegotiations(ssl) \ macro
2779 if (!SSL_is_init_finished(con) && SSL_total_renegotiations(con) == 0 in s_client_main()
507 #define SSL_total_renegotiations BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_total_renegotiations) macro