Searched refs:updatetype (Results 1 – 5 of 5) sorted by relevance
16 int SSL_key_update(SSL *s, int updatetype);26 If the B<updatetype> parameter is set to B<SSL_KEY_UPDATE_NOT_REQUESTED> then28 informed of the change. If the B<updatetype> parameter is set to31 peer to additionally update its sending keys. It is an error if B<updatetype> is
625 unsigned int updatetype; in tls_process_key_update() local637 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()
2099 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() argument2111 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()
607 =item int B<SSL_key_update>(SSL *s, int updatetype);
1919 int SSL_key_update(SSL *s, int updatetype);