Home
last modified time | relevance | path

Searched refs:TLSv1_2_client_method (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_methods.c37 IMPLEMENT_TLS_METHOD(TLS1_2_VERSION, 0, TLS_method_func, TLSv1_2_client_method);
/third_party/openssl/doc/man3/
DSSL_CTX_new.pod5 TLSv1_2_method, TLSv1_2_server_method, TLSv1_2_client_method,
55 const SSL_METHOD *TLSv1_2_client_method(void);
139 =item TLSv1_2_method(), TLSv1_2_server_method(), TLSv1_2_client_method()
/third_party/openssl/ssl/
Dmethods.c188 const SSL_METHOD *TLSv1_2_client_method(void) in TLSv1_2_client_method() function
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h242 const SSL_METHOD* TLSv1_2_client_method(void);
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c740 method = (SSL_METHOD *)TLSv1_2_client_method();
/third_party/libwebsockets/lib/tls/
DCMakeLists.txt396 CHECK_FUNCTION_EXISTS(${VARIA}TLSv1_2_client_method LWS_HAVE_TLSV1_2_CLIENT_METHOD PARENT_SCOPE)
/third_party/openssl/util/
Dlibssl.num185 TLSv1_2_client_method 186 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_2_METHOD
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1891 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
/third_party/openssl/include/openssl/
Dssl.h.in1961 OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_client_method(void);