Home
last modified time | relevance | path

Searched refs:DTLS1_VERSION (Results 1 - 25 of 42) 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_VERSIO
[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_VERSIO
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Ddtls1.h17 # define DTLS1_VERSION 0xFEFF macro
19 # define DTLS_MIN_VERSION DTLS1_VERSION
/third_party/node/deps/openssl/openssl/ssl/
H A Dmethods.c117 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
137 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
157 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
H A Dd1_lib.c496 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00)) { in DTLSv1_listen()
721 version = (s->method->version == DTLS_ANY_VERSION) ? DTLS1_VERSION in DTLSv1_listen()
/third_party/openssl/ssl/
H A Dmethods.c117 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
137 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
157 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
H A Dd1_lib.c479 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00)) { in DTLSv1_listen()
704 version = (s->method->version == DTLS_ANY_VERSION) ? DTLS1_VERSION in DTLSv1_listen()
/third_party/openssl/test/
H A Ddtlstest.c82 DTLS1_VERSION, 0, in test_dtls_unprocessed()
204 DTLS1_VERSION, 0, in test_dtls_drop_records()
317 DTLS1_VERSION, 0, in test_cookie()
357 DTLS1_VERSION, 0, in test_dtls_duplicate_records()
483 DTLS1_VERSION, 0, in test_swap_records()
H A Dssl_old_test.c815 {"dtls1", DTLS1_VERSION}, in protocol_from_string()
1370 min_version = DTLS1_VERSION; in main()
1371 max_version = DTLS1_VERSION; in main()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dprov_ssl.h27 # define DTLS1_VERSION 0xFEFF macro
H A Ddtls1.h29 # define DTLS_MIN_VERSION DTLS1_VERSION
/third_party/openssl/include/openssl/
H A Dprov_ssl.h27 # define DTLS1_VERSION 0xFEFF macro
H A Ddtls1.h29 # define DTLS_MIN_VERSION DTLS1_VERSION
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dtls1.rs13 pub const DTLS1_VERSION: c_int = 0xFEFF; consts
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c175 case DTLS1_VERSION: in ossl_cipher_tlsunpadblock()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c175 case DTLS1_VERSION: in ossl_cipher_tlsunpadblock()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c861 *(p++) = DTLS1_VERSION >> 8; in do_dtls1_write()
862 *(p++) = DTLS1_VERSION & 0xff; in do_dtls1_write()
/third_party/openssl/ssl/record/
H A Drec_layer_d1.c861 *(p++) = DTLS1_VERSION >> 8; in do_dtls1_write()
862 *(p++) = DTLS1_VERSION & 0xff; in do_dtls1_write()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c498 {"DTLS 1.0", DTLS1_VERSION},
580 version == DTLS1_VERSION || version == DTLS1_BAD_VER) { in msg_cb()
/third_party/openssl/apps/lib/
H A Ds_cb.c498 {"DTLS 1.0", DTLS1_VERSION},
580 version == DTLS1_VERSION || version == DTLS1_BAD_VER) { in msg_cb()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c135 if (DTLS_VERSION_LE(ver_max, DTLS1_VERSION)) in tls_setup_handshake()
1512 {DTLS1_VERSION, dtlsv1_client_method, dtlsv1_server_method},
1515 {DTLS1_VERSION, NULL, NULL},
H A Dstatem.c377 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) && in state_machine()
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c114 if (DTLS_VERSION_LE(ver_max, DTLS1_VERSION)) in tls_setup_handshake()
1477 {DTLS1_VERSION, dtlsv1_client_method, dtlsv1_server_method},
1480 {DTLS1_VERSION, NULL, NULL},
H A Dstatem.c372 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) && in state_machine()
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c157 {"DTLSv1", DTLS1_VERSION},

Completed in 25 milliseconds

12