Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_key_update.pod26 If the B<updatetype> parameter is set to B<SSL_KEY_UPDATE_NOT_REQUESTED> then
/third_party/openssl/test/
Dssl_test_ctx.c406 {"KeyUpdateNotRequested", SSL_KEY_UPDATE_NOT_REQUESTED},
Dsslapitest.c4676 ? SSL_KEY_UPDATE_NOT_REQUESTED in test_key_update()
4984 if (!TEST_true(SSL_key_update(clientssl, SSL_KEY_UPDATE_NOT_REQUESTED))) in test_pha_key_update()
/third_party/openssl/ssl/statem/
Dstatem_lib.c648 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in tls_process_key_update()
661 s->key_update = SSL_KEY_UPDATE_NOT_REQUESTED; in tls_process_key_update()
/third_party/openssl/ssl/
Dt1_trce.c596 {SSL_KEY_UPDATE_NOT_REQUESTED, "update_not_requested"},
Dssl_lib.c2113 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in SSL_key_update()
/third_party/openssl/include/openssl/
Dssl.h976 #define SSL_KEY_UPDATE_NOT_REQUESTED 0 macro
/third_party/openssl/apps/
Ds_client.c3088 : SSL_KEY_UPDATE_NOT_REQUESTED); in s_client_main()
Ds_server.c2547 : SSL_KEY_UPDATE_NOT_REQUESTED); in sv_body()