Searched refs:updatetype (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_lib.c625 unsigned int updatetype; local
637 if (!PACKET_get_1(pkt, &updatetype)
648 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED
649 && updatetype != SSL_KEY_UPDATE_REQUESTED) {
660 if (updatetype == SSL_KEY_UPDATE_REQUESTED)
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c2184 int SSL_key_update(SSL *s, int updatetype) argument
2196 if (updatetype != SSL_KEY_UPDATE_NOT_REQUESTED
2197 && updatetype != SSL_KEY_UPDATE_REQUESTED) {
2208 s->key_update = updatetype;
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h1929 int SSL_key_update(SSL *s, int updatetype);

Completed in 173 milliseconds