Searched refs:SSL_total_renegotiations (Results 1 – 10 of 10) sorted by relevance
1103 if (SSL_total_renegotiations(ssl) > 0) { in DoExchange()1123 if (SSL_total_renegotiations(ssl) != config->expect_total_renegotiations) { in DoExchange()1125 config->expect_total_renegotiations, SSL_total_renegotiations(ssl)); in DoExchange()1130 SSL_total_renegotiations(ssl) != in DoExchange()1133 SSL_total_renegotiations(ssl), in DoExchange()
1782 long SSL_total_renegotiations(SSL *ssl);
1219 if (SSL_total_renegotiations(ssl.get()) != in DoExchange()1223 SSL_total_renegotiations(ssl.get())); in DoExchange()
3671 OPENSSL_EXPORT int SSL_total_renegotiations(const SSL *ssl);4736 #define SSL_total_renegotiations SSL_total_renegotiations macro
262 `SSL_CTRL_GET_TOTAL_RENEGOTIATIONS` | `SSL_total_renegotiations`
1779 int SSL_total_renegotiations(const SSL *ssl) { in SSL_total_renegotiations() function2933 return SSL_total_renegotiations(ssl); in SSL_num_renegotiations()
693 =item long B<SSL_total_renegotiations>(SSL *ssl);
1319 # define SSL_total_renegotiations(ssl) \ macro
2769 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