Home
last modified time | relevance | path

Searched refs:SSL_KEY_UPDATE_REQUESTED (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_key_update.pod29 B<SSL_KEY_UPDATE_REQUESTED> then the sending keys for this connection will be
/freebsd-14-stable/crypto/openssl/test/helpers/
HDssl_test_ctx.c404 {"KeyUpdateRequested", SSL_KEY_UPDATE_REQUESTED},
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDstatem_lib.c681 && updatetype != SSL_KEY_UPDATE_REQUESTED) { in tls_process_key_update()
691 if (updatetype == SSL_KEY_UPDATE_REQUESTED) in tls_process_key_update()
/freebsd-14-stable/crypto/openssl/ssl/
HDt1_trce.c611 {SSL_KEY_UPDATE_REQUESTED, "update_requested"}
HDssl_lib.c2291 && updatetype != SSL_KEY_UPDATE_REQUESTED) { in SSL_key_update()
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.c6523 : SSL_KEY_UPDATE_REQUESTED)) in test_key_update()
6583 if (!TEST_true(SSL_key_update(peerupdate, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_peer_in_write()
6679 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_peer_in_read()
6771 if (!TEST_false(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_write()
6781 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_write()
6858 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_read()
8301 SSL_KEY_UPDATE_REQUESTED))) in test_shutdown()
/freebsd-14-stable/crypto/openssl/apps/
HDs_client.c3038 cbuf[0] == 'K' ? SSL_KEY_UPDATE_REQUESTED in s_client_main()
HDs_server.c2639 SSL_KEY_UPDATE_REQUESTED in sv_body()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1049 #define SSL_KEY_UPDATE_REQUESTED 1 macro
HDssl.h.in977 #define SSL_KEY_UPDATE_REQUESTED 1 macro