Searched refs:SSL_key_update (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_key_update.pod | 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 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/ |
D | libssl.num | 416 SSL_key_update 417 1_1_1 EXIST::FUNCTION:
|
/third_party/openssl/test/ |
D | sslapitest.c | 4674 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()
|
D | handshake_helper.c | 980 ret = SSL_key_update(peer->ssl, test_ctx->key_update_type); in do_reneg_setup_step()
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 607 =item int B<SSL_key_update>(SSL *s, int updatetype);
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1919 int SSL_key_update(SSL *s, int updatetype);
|
/third_party/openssl/apps/ |
D | s_client.c | 3086 SSL_key_update(con, in s_client_main()
|
D | s_server.c | 2545 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 398 #define SSL_key_update BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_key_update) macro
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 2101 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1299 SSL_F_SSL_KEY_UPDATE:515:SSL_key_update
|