Searched refs:SSL_key_update (Results 1 – 9 of 9) sorted by relevance
5 SSL_key_update,16 int SSL_key_update(SSL *s, int updatetype);25 SSL_key_update() schedules an update of the keys for the current TLS connection.34 SSL_key_update() must only be called after the initial handshake has been81 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 198 The SSL_key_update() and SSL_get_key_update_type() functions were added in
488 SSL_key_update;
393 MAN+= SSL_key_update.32804 MLINKS+= SSL_key_update.3 SSL_get_key_update_type.32805 MLINKS+= SSL_key_update.3 SSL_renegotiate.32806 MLINKS+= SSL_key_update.3 SSL_renegotiate_abbreviated.32807 MLINKS+= SSL_key_update.3 SSL_renegotiate_pending.3
607 =item int B<SSL_key_update>(SSL *s, int updatetype);
1923 int SSL_key_update(SSL *s, int updatetype);
3086 SSL_key_update(con, in s_client_main()
2545 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
1299 SSL_F_SSL_KEY_UPDATE:515:SSL_key_update
2188 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() function