Home
last modified time | relevance | path

Searched refs:SSL_key_update (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_key_update.pod5 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 been
81 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1
98 The SSL_key_update() and SSL_get_key_update_type() functions were added in
/third_party/openssl/util/
Dlibssl.num416 SSL_key_update 417 1_1_1 EXIST::FUNCTION:
/third_party/openssl/test/
Dsslapitest.c4674 if (!TEST_true(SSL_key_update(clientssl, in test_key_update()
4737 if (!TEST_true(SSL_key_update(peerupdate, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_in_write()
4984 if (!TEST_true(SSL_key_update(clientssl, SSL_KEY_UPDATE_NOT_REQUESTED))) in test_pha_key_update()
5971 && !TEST_true(SSL_key_update(serverssl, in test_shutdown()
Dhandshake_helper.c980 ret = SSL_key_update(peer->ssl, test_ctx->key_update_type); in do_reneg_setup_step()
/third_party/openssl/doc/man7/
Dssl.pod607 =item int B<SSL_key_update>(SSL *s, int updatetype);
/third_party/openssl/include/openssl/
Dssl.h1919 int SSL_key_update(SSL *s, int updatetype);
/third_party/openssl/apps/
Ds_client.c3086 SSL_key_update(con, in s_client_main()
Ds_server.c2545 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h398 #define SSL_key_update BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_key_update) macro
/third_party/openssl/ssl/
Dssl_lib.c2101 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() function
/third_party/openssl/crypto/err/
Dopenssl.txt1299 SSL_F_SSL_KEY_UPDATE:515:SSL_key_update