Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_key_update.pod29 B<SSL_KEY_UPDATE_REQUESTED> then the sending keys for this connection will be
/third_party/openssl/test/
Dssl_test_ctx.c405 {"KeyUpdateRequested", SSL_KEY_UPDATE_REQUESTED},
Dsslapitest.c4677 : SSL_KEY_UPDATE_REQUESTED)) in test_key_update()
4737 if (!TEST_true(SSL_key_update(peerupdate, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_in_write()
5972 SSL_KEY_UPDATE_REQUESTED))) in test_shutdown()
/third_party/openssl/ssl/statem/
Dstatem_lib.c649 && updatetype != SSL_KEY_UPDATE_REQUESTED) { in tls_process_key_update()
660 if (updatetype == SSL_KEY_UPDATE_REQUESTED) in tls_process_key_update()
/third_party/openssl/ssl/
Dt1_trce.c597 {SSL_KEY_UPDATE_REQUESTED, "update_requested"}
Dssl_lib.c2114 && updatetype != SSL_KEY_UPDATE_REQUESTED) { in SSL_key_update()
/third_party/openssl/include/openssl/
Dssl.h977 #define SSL_KEY_UPDATE_REQUESTED 1 macro
/third_party/openssl/apps/
Ds_server.c2546 SSL_KEY_UPDATE_REQUESTED in sv_body()
Ds_client.c3087 cbuf[0] == 'K' ? SSL_KEY_UPDATE_REQUESTED in s_client_main()