Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_key_update.pod29 B<SSL_KEY_UPDATE_REQUESTED> then the sending keys for this connection will be
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c404 {"KeyUpdateRequested", SSL_KEY_UPDATE_REQUESTED},
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_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/crypto/openssl/ssl/
H A Dt1_trce.c611 {SSL_KEY_UPDATE_REQUESTED, "update_requested"}
H A Dssl_lib.c2291 && updatetype != SSL_KEY_UPDATE_REQUESTED) { in SSL_key_update()
/freebsd/crypto/openssl/test/
H A Dsslapitest.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/crypto/openssl/apps/
H A Ds_client.c3038 cbuf[0] == 'K' ? SSL_KEY_UPDATE_REQUESTED in s_client_main()
H A Ds_server.c2639 SSL_KEY_UPDATE_REQUESTED in sv_body()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1049 #define SSL_KEY_UPDATE_REQUESTED 1 macro
H A Dssl.h.in977 #define SSL_KEY_UPDATE_REQUESTED 1 macro