Home
last modified time | relevance | path

Searched refs:DTLS_VERSION_LT (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/crypto/openssl/ssl/statem/
HDstatem_lib.c133 if (DTLS_VERSION_LT(ver_min, DTLS1_2_VERSION)) in tls_setup_handshake()
1426 return DTLS_VERSION_LT(a, b) ? -1 : 1; in version_cmp()
1954 if (SSL_IS_DTLS(s) ? DTLS_VERSION_LT(s->version, ver_min) in ssl_choose_client_version()
HDstatem_srvr.c1646 DTLS_VERSION_LT((int)clienthello->legacy_version, s->version)) { in tls_early_post_process_client_hello()
/freebsd-14-stable/crypto/openssl/ssl/
HDd1_lib.c651 if (DTLS_VERSION_LT(clientvers, (unsigned int)s->method->version) && in DTLSv1_listen()
HDssl_cert.c1086 if (DTLS_VERSION_LT(nid, DTLS1_2_VERSION) && level >= 4) in ssl_security_default_callback()
HDt1_lib.c652 if ((inf->mindtls != 0 && DTLS_VERSION_LT(s->version, inf->mindtls)) in tls1_shared_group()
1684 || DTLS_VERSION_LT(c->max_dtls, s->s3.tmp.min_ver))) in ssl_cipher_disabled()
HDssl_local.h144 # define DTLS_VERSION_LT(v1, v2) (dtls_ver_ordinal(v1) > dtls_ver_ordinal(v2)) macro
HDs3_lib.c4250 (DTLS_VERSION_LT(s->version, c->min_dtls) || in ssl3_choose_cipher()