Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_key_update.pod26 If the B<updatetype> parameter is set to B<SSL_KEY_UPDATE_NOT_REQUESTED> then
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c405 {"KeyUpdateNotRequested", SSL_KEY_UPDATE_NOT_REQUESTED},
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c680 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in tls_process_key_update()
692 s->key_update = SSL_KEY_UPDATE_NOT_REQUESTED; in tls_process_key_update()
/freebsd/crypto/openssl/ssl/
H A Dt1_trce.c610 {SSL_KEY_UPDATE_NOT_REQUESTED, "update_not_requested"},
H A Dssl_lib.c2290 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in SSL_key_update()
/freebsd/crypto/openssl/apps/
H A Ds_client.c3039 : SSL_KEY_UPDATE_NOT_REQUESTED); in s_client_main()
H A Ds_server.c2640 : SSL_KEY_UPDATE_NOT_REQUESTED); in sv_body()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1048 #define SSL_KEY_UPDATE_NOT_REQUESTED 0 macro
H A Dssl.h.in976 #define SSL_KEY_UPDATE_NOT_REQUESTED 0 macro
/freebsd/crypto/openssl/test/
H A Dsslapitest.c6522 ? SSL_KEY_UPDATE_NOT_REQUESTED in test_key_update()
7093 if (!TEST_true(SSL_key_update(clientssl, SSL_KEY_UPDATE_NOT_REQUESTED))) in test_pha_key_update()