Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dstatem_lib.c118 DTLS_VERSION_LE(ver_max, c->max_dtls)) in tls_setup_handshake()
Dstatem_clnt.c3788 if (DTLS_VERSION_GE(c->max_dtls, s->s3->tmp.max_ver) in ssl_cipher_list_to_bytes()
/third_party/openssl/ssl/
Dssl_local.h430 int max_dtls; /* maximum DTLS protocol version */ member
Dt1_lib.c1235 || DTLS_VERSION_LT(c->max_dtls, s->s3->tmp.min_ver))) in ssl_cipher_disabled()
Ds3_lib.c4247 DTLS_VERSION_GT(s->version, c->max_dtls))) in ssl3_choose_cipher()