Home
last modified time | relevance | path

Searched refs:TLS_ANY_VERSION (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_methods.c35 IMPLEMENT_TLS_METHOD(TLS_ANY_VERSION, 0, TLS_method_func, TLS_client_method);
50 IMPLEMENT_TLS_METHOD(TLS_ANY_VERSION, 1, TLS_method_func, TLS_server_method);
65 IMPLEMENT_TLS_METHOD(TLS_ANY_VERSION, -1, TLS_method_func, TLS_method);
/third_party/openssl/ssl/
Dmethods.c19 IMPLEMENT_tls_meth_func(TLS_ANY_VERSION, 0, 0,
50 IMPLEMENT_tls_meth_func(TLS_ANY_VERSION, 0, 0, in IMPLEMENT_tls_meth_func()
83 IMPLEMENT_tls_meth_func(TLS_ANY_VERSION, 0, 0, in IMPLEMENT_tls_meth_func()
Dt1_lib.c131 if (s->method->version == TLS_ANY_VERSION) in tls1_clear()
2079 && s->method->version == TLS_ANY_VERSION in tls12_sigalg_allowed()
Dssl_local.h346 && (s)->method->version != TLS_ANY_VERSION)
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dtls1.h45 #define TLS_ANY_VERSION 0x10000 macro
/third_party/openssl/ssl/statem/
Dstatem_lib.c1589 case TLS_ANY_VERSION: in ssl_version_supported()
1704 case TLS_ANY_VERSION: in ssl_set_version_bound()
1787 case TLS_ANY_VERSION: in ssl_choose_server_version()
1935 case TLS_ANY_VERSION: in ssl_choose_client_version()
2051 case TLS_ANY_VERSION: in ssl_get_min_max_version()
/third_party/openssl/ohos_lite/include/openssl/
Dtls1.h34 # define TLS_ANY_VERSION 0x10000 macro
/third_party/openssl/include/openssl/
Dtls1.h40 # define TLS_ANY_VERSION 0x10000 macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
Dssl_pm.c174 if (TLS_ANY_VERSION != ssl->version) { in ssl_pm_new()
/third_party/openssl/ssl/record/
Drec_layer_s3.c1528 if (s->method->version == TLS_ANY_VERSION in ssl3_read_bytes()