Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_key_update.pod26 If the B<updatetype> parameter is set to B<SSL_KEY_UPDATE_NOT_REQUESTED> then
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_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()
/freebsd-13-stable/crypto/openssl/ssl/
HDt1_trce.c596 {SSL_KEY_UPDATE_NOT_REQUESTED, "update_not_requested"},
HDssl_lib.c2214 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in SSL_key_update()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h978 #define SSL_KEY_UPDATE_NOT_REQUESTED 0 macro
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c3088 : SSL_KEY_UPDATE_NOT_REQUESTED); in s_client_main()
HDs_server.c2568 : SSL_KEY_UPDATE_NOT_REQUESTED); in sv_body()