Searched refs:SSL_renegotiate_pending (Results 1 – 9 of 9) sorted by relevance
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
268 if (where & SSL_CB_HANDSHAKE_DONE && !SSL_renegotiate_pending(ssl)) { in SSLInfoCallback()270 CHECK(!SSL_renegotiate_pending(ssl)); in SSLInfoCallback()
311 SSL_renegotiate_pending 312 3_0_0 EXIST::FUNCTION:
903 if (!SSL_renegotiate_pending(peer->ssl)) { in do_reneg_setup_step()
1923 __owur int SSL_renegotiate_pending(const SSL *s);
905 || !TEST_true(SSL_renegotiate_pending(clientssl))) in test_ccs_change_cipher()925 if (!TEST_false(SSL_renegotiate_pending(clientssl)) in test_ccs_change_cipher()
2336 int SSL_renegotiate_pending(const SSL *s) in SSL_renegotiate_pending() function
1998 __owur int SSL_renegotiate_pending(const SSL *s);
12823 * New function SSL_renegotiate_pending(). This returns true once12829 place. SSL_renegotiate_pending() is useful for checking if the