Home
last modified time | relevance | path

Searched refs:updatetype (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_key_update.pod16 int SSL_key_update(SSL *s, int updatetype);
26 If the B<updatetype> parameter is set to B<SSL_KEY_UPDATE_NOT_REQUESTED> then
28 informed of the change. If the B<updatetype> parameter is set to
31 peer to additionally update its sending keys. It is an error if B<updatetype> is
/third_party/openssl/ssl/statem/
Dstatem_lib.c625 unsigned int updatetype; in tls_process_key_update() local
637 if (!PACKET_get_1(pkt, &updatetype) in tls_process_key_update()
648 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in tls_process_key_update()
649 && 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/
Dssl_lib.c2099 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() argument
2111 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED in SSL_key_update()
2112 && updatetype != SSL_KEY_UPDATE_REQUESTED) { in SSL_key_update()
2123 s->key_update = updatetype; in SSL_key_update()
/third_party/openssl/doc/man7/
Dssl.pod607 =item int B<SSL_key_update>(SSL *s, int updatetype);
/third_party/openssl/include/openssl/
Dssl.h1919 int SSL_key_update(SSL *s, int updatetype);