Searched refs:SSL_renegotiate_pending (Results 1 – 12 of 12) sorted by relevance
9 SSL_renegotiate_pending21 int SSL_renegotiate_pending(const SSL *s);76 The SSL_renegotiate_pending() function returns 1 if a renegotiation or87 SSL_renegotiate_pending() returns 1 if a renegotiation or renegotiation request
9 SSL_renegotiate_pending21 int SSL_renegotiate_pending(const SSL *s);77 The SSL_renegotiate_pending() function returns 1 if a renegotiation or88 SSL_renegotiate_pending() returns 1 if a renegotiation or renegotiation request
314 SSL_renegotiate_pending;
408 SSL_renegotiate_pending;
311 SSL_renegotiate_pending 312 1_1_0 EXIST::FUNCTION:
311 SSL_renegotiate_pending 312 3_0_0 EXIST::FUNCTION:
929 if (!SSL_renegotiate_pending(peer->ssl)) { in do_reneg_setup_step()
648 || !TEST_true(SSL_renegotiate_pending(clientssl))) in test_ccs_change_cipher()668 if (!TEST_false(SSL_renegotiate_pending(clientssl)) in test_ccs_change_cipher()
1933 __owur int SSL_renegotiate_pending(const SSL *s);
2190 int SSL_renegotiate_pending(const SSL *s) in SSL_renegotiate_pending() function
1998 __owur int SSL_renegotiate_pending(const SSL *s);
8091 *) New function SSL_renegotiate_pending(). This returns true once8097 place. SSL_renegotiate_pending() is useful for checking if the