Home
last modified time | relevance | path

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

12

/third_party/node/deps/openssl/openssl/providers/common/
H A Dcapabilities.c35 DTLS1_VERSION, DTLS1_2_VERSION },
37 DTLS1_VERSION, DTLS1_2_VERSION },
39 DTLS1_VERSION, DTLS1_2_VERSION },
41 DTLS1_VERSION, DTLS1_2_VERSION },
43 DTLS1_VERSION, DTLS1_2_VERSION },
45 DTLS1_VERSION, DTLS1_2_VERSION },
47 DTLS1_VERSION, DTLS1_2_VERSION },
49 DTLS1_VERSION, DTLS1_2_VERSION },
51 DTLS1_VERSION, DTLS1_2_VERSION },
53 DTLS1_VERSION, DTLS1_2_VERSION },
[all...]
/third_party/openssl/providers/common/
H A Dcapabilities.c35 DTLS1_VERSION, DTLS1_2_VERSION },
37 DTLS1_VERSION, DTLS1_2_VERSION },
39 DTLS1_VERSION, DTLS1_2_VERSION },
41 DTLS1_VERSION, DTLS1_2_VERSION },
43 DTLS1_VERSION, DTLS1_2_VERSION },
45 DTLS1_VERSION, DTLS1_2_VERSION },
47 DTLS1_VERSION, DTLS1_2_VERSION },
49 DTLS1_VERSION, DTLS1_2_VERSION },
51 DTLS1_VERSION, DTLS1_2_VERSION },
53 DTLS1_VERSION, DTLS1_2_VERSION },
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c139 DTLS1_BAD_VER, DTLS1_2_VERSION,
155 DTLS1_BAD_VER, DTLS1_2_VERSION,
172 DTLS1_BAD_VER, DTLS1_2_VERSION,
188 DTLS1_BAD_VER, DTLS1_2_VERSION,
204 DTLS1_BAD_VER, DTLS1_2_VERSION,
220 DTLS1_BAD_VER, DTLS1_2_VERSION,
237 DTLS1_BAD_VER, DTLS1_2_VERSION,
253 DTLS1_BAD_VER, DTLS1_2_VERSION,
269 DTLS1_BAD_VER, DTLS1_2_VERSION,
285 DTLS1_BAD_VER, DTLS1_2_VERSION,
[all...]
H A Dmethods.c123 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func()
143 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func()
167 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func()
H A Dssl_lib.c481 max_version = DTLS1_2_VERSION; in ssl_check_allowed_versions()
483 if (max_version == DTLS1_2_VERSION) in ssl_check_allowed_versions()
488 min_version = DTLS1_2_VERSION; in ssl_check_allowed_versions()
497 || (DTLS_VERSION_GE(min_version, DTLS1_2_VERSION) in ssl_check_allowed_versions()
498 && DTLS_VERSION_GE(DTLS1_2_VERSION, max_version)) in ssl_check_allowed_versions()
4150 case DTLS1_2_VERSION: in ssl_protocol_to_string()
H A Dssl_conf.c321 {"DTLSv1.2", DTLS1_2_VERSION} in protocol_from_string()
/third_party/openssl/ssl/
H A Ds3_lib.c139 DTLS1_BAD_VER, DTLS1_2_VERSION,
155 DTLS1_BAD_VER, DTLS1_2_VERSION,
172 DTLS1_BAD_VER, DTLS1_2_VERSION,
188 DTLS1_BAD_VER, DTLS1_2_VERSION,
204 DTLS1_BAD_VER, DTLS1_2_VERSION,
220 DTLS1_BAD_VER, DTLS1_2_VERSION,
237 DTLS1_BAD_VER, DTLS1_2_VERSION,
253 DTLS1_BAD_VER, DTLS1_2_VERSION,
269 DTLS1_BAD_VER, DTLS1_2_VERSION,
285 DTLS1_BAD_VER, DTLS1_2_VERSION,
[all...]
H A Dmethods.c123 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func()
143 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func()
167 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func()
H A Dssl_lib.c470 max_version = DTLS1_2_VERSION; in ssl_check_allowed_versions()
472 if (max_version == DTLS1_2_VERSION) in ssl_check_allowed_versions()
477 min_version = DTLS1_2_VERSION; in ssl_check_allowed_versions()
486 || (DTLS_VERSION_GE(min_version, DTLS1_2_VERSION) in ssl_check_allowed_versions()
487 && DTLS_VERSION_GE(DTLS1_2_VERSION, max_version)) in ssl_check_allowed_versions()
4031 case DTLS1_2_VERSION: in ssl_protocol_to_string()
H A Dssl_conf.c321 {"DTLSv1.2", DTLS1_2_VERSION} in protocol_from_string()
/third_party/openssl/ohos_lite/include/openssl/
H A Ddtls1.h18 # define DTLS1_2_VERSION 0xFEFD macro
20 # define DTLS_MAX_VERSION DTLS1_2_VERSION
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dprov_ssl.h28 # define DTLS1_2_VERSION 0xFEFD macro
H A Ddtls1.h30 # define DTLS_MAX_VERSION DTLS1_2_VERSION
/third_party/openssl/include/openssl/
H A Dprov_ssl.h28 # define DTLS1_2_VERSION 0xFEFD macro
H A Ddtls1.h30 # define DTLS_MAX_VERSION DTLS1_2_VERSION
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dtls1.rs15 pub const DTLS1_2_VERSION: c_int = 0xFEFD; consts
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c173 case DTLS1_2_VERSION: in ossl_cipher_tlsunpadblock()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c173 case DTLS1_2_VERSION: in ossl_cipher_tlsunpadblock()
/third_party/openssl/test/
H A Ddtlstest.c405 (DTLS1_2_VERSION >> 8) & 0xff, /* protocol version hi byte */ in test_just_finished()
406 DTLS1_2_VERSION & 0xff, /* protocol version lo byte */ in test_just_finished()
H A Dssl_old_test.c816 {"dtls1.2", DTLS1_2_VERSION}}; in protocol_from_string()
1373 min_version = DTLS1_2_VERSION; in main()
1374 max_version = DTLS1_2_VERSION; in main()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c154 if (DTLS_VERSION_LT(ver_min, DTLS1_2_VERSION)) in tls_setup_handshake()
155 ok = SSL_set_min_proto_version(s, DTLS1_2_VERSION); in tls_setup_handshake()
1500 #if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION
1501 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION.
1507 {DTLS1_2_VERSION, dtlsv1_2_client_method, dtlsv1_2_server_method},
1509 {DTLS1_2_VERSION, NULL, NULL},
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c133 if (DTLS_VERSION_LT(ver_min, DTLS1_2_VERSION)) in tls_setup_handshake()
134 ok = SSL_set_min_proto_version(s, DTLS1_2_VERSION); in tls_setup_handshake()
1465 #if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION
1466 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION.
1472 {DTLS1_2_VERSION, dtlsv1_2_client_method, dtlsv1_2_server_method},
1474 {DTLS1_2_VERSION, NULL, NULL},
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c158 {"DTLSv1.2", DTLS1_2_VERSION},
/third_party/libcoap/src/
H A Dcoap_openssl.c847 SSL_CTX_set_min_proto_version(context->dtls.ctx, DTLS1_2_VERSION); in coap_dtls_new_context()
2152 SSL_CTX_set_min_proto_version(ctx, DTLS1_2_VERSION); in tls_server_name_call_back()
2250 SSL_CTX_set_min_proto_version(ctx, DTLS1_2_VERSION); in psk_tls_server_name_call_back()
2902 SSL_set_max_proto_version(ssl, DTLS1_2_VERSION); in setup_client_ssl_session()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c1515 min_version = DTLS1_2_VERSION; in s_server_main()
1516 max_version = DTLS1_2_VERSION; in s_server_main()

Completed in 53 milliseconds

12