Searched refs:DTLS1_2_VERSION (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_meth.c71 else if (ver == DTLS1_2_VERSION)
82 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION,
H A Ddtls1.h87 # define DTLS1_2_VERSION 0xFEFD macro
88 # define DTLS_MAX_VERSION DTLS1_2_VERSION
H A Dd1_lib.c290 s->version = DTLS1_2_VERSION;
324 #if DTLS_MAX_VERSION != DTLS1_2_VERSION
325 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION.
328 return s->version == DTLS1_2_VERSION;
H A Dssl_txt.c127 else if (x->ssl_version == DTLS1_2_VERSION)
H A Dd1_srvr.c138 else if (ver == DTLS1_2_VERSION)
150 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION,
H A Dd1_clnt.c140 else if (ver == DTLS1_2_VERSION)
152 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION,
H A Dssl_sess.c449 } else if (s->version == DTLS1_2_VERSION) {
450 ss->ssl_version = DTLS1_2_VERSION;
H A Dt1_trce.c112 {DTLS1_2_VERSION, "DTLS 1.2"},
H A Dssl_locl.h494 ((SSL_IS_DTLS(s) && s->client_version <= DTLS1_2_VERSION) || \
H A Ds3_srvr.c1119 if (s->client_version <= DTLS1_2_VERSION &&
1121 s->version = DTLS1_2_VERSION;
H A Ds3_clnt.c734 s->version = DTLS1_2_VERSION;
950 if (hversion == DTLS1_2_VERSION && !(options & SSL_OP_NO_DTLSv1_2))
H A Dssl_lib.c2878 else if (s->version == DTLS1_2_VERSION)
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h42 #define DTLS1_2_VERSION 0xFEFD macro
43 #define DTLS_MAX_VERSION DTLS1_2_VERSION
H A Dt4_tls.c338 case DTLS1_2_VERSION:

Completed in 221 milliseconds