Searched refs:DTLS1_VERSION (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/crypto/openssl/include/openssl/
H A Ddtls1.h17 # define DTLS1_VERSION 0xFEFF macro
19 # define DTLS_MIN_VERSION DTLS1_VERSION
/freebsd-12-stable/crypto/openssl/ssl/
H A Dmethods.c116 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1,
136 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1,
156 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1,
H A Dd1_lib.c486 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00)) {
711 version = (s->method->version == DTLS_ANY_VERSION) ? DTLS1_VERSION
H A Dssl_lib.c485 min_version = DTLS1_VERSION;
490 max_version = DTLS1_VERSION;
493 if (min_version == DTLS1_VERSION)
499 || (DTLS_VERSION_GE(min_version, DTLS1_VERSION)
500 && DTLS_VERSION_GE(DTLS1_VERSION, max_version))
3742 case DTLS1_VERSION:
H A Dssl_conf.c322 {"DTLSv1", DTLS1_VERSION},
H A Dssl_sess.c292 case DTLS1_VERSION:
H A Dt1_trce.c68 {DTLS1_VERSION, "DTLS 1.0"},
H A Ds3_lib.c2681 DTLS1_BAD_VER, DTLS1_VERSION,
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h41 #define DTLS1_VERSION 0xFEFF macro
/freebsd-12-stable/crypto/openssl/ssl/record/
H A Drec_layer_d1.c870 *(p++) = DTLS1_VERSION >> 8;
871 *(p++) = DTLS1_VERSION & 0xff;
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem.c357 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) &&
H A Dstatem_lib.c1467 {DTLS1_VERSION, dtlsv1_client_method, dtlsv1_server_method},
1470 {DTLS1_VERSION, NULL, NULL},
H A Dstatem_srvr.c1289 if (!WPACKET_put_bytes_u16(pkt, DTLS1_VERSION)
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_cb.c493 {"DTLS 1.0", DTLS1_VERSION},
575 version == DTLS1_VERSION || version == DTLS1_BAD_VER) {
H A Ds_server.c1476 min_version = DTLS1_VERSION;
1477 max_version = DTLS1_VERSION;
2500 if (SSL_version(con) != DTLS1_VERSION)
H A Ds_client.c1333 min_version = DTLS1_VERSION;
1334 max_version = DTLS1_VERSION;

Completed in 272 milliseconds