Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcipher_overhead_test.c41 if (!ciph->min_dtls) in cipher_overhead()
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c713 c->min_dtls == 0) in ssl_cipher_collect_ciphers()
H A Dssl_local.h477 int min_dtls; /* minimum DTLS protocol version */ member
H A Dt1_lib.c1683 if (SSL_IS_DTLS(s) && (DTLS_VERSION_GT(c->min_dtls, s->s3.tmp.max_ver) in ssl_cipher_disabled()
H A Ds3_lib.c4250 (DTLS_VERSION_LT(s->version, c->min_dtls) || in ssl3_choose_cipher()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c160 if (DTLS_VERSION_GE(ver_max, c->min_dtls) && in tls_setup_handshake()
H A Dstatem_clnt.c3728 && DTLS_VERSION_LE(c->min_dtls, s->s3.tmp.max_ver)) in ssl_cipher_list_to_bytes()