Home
last modified time | relevance | path

Searched refs:TLS_client_method (Results 1 – 19 of 19) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_methods.c35 IMPLEMENT_TLS_METHOD(TLS_ANY_VERSION, 0, TLS_method_func, TLS_client_method);
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls_method.cc315 const SSL_METHOD *TLS_client_method(void) { in TLS_client_method() function
/external/boringssl/src/ssl/
Dtls_method.cc317 const SSL_METHOD *TLS_client_method(void) { in TLS_client_method() function
/external/libbrillo/brillo/streams/
Dtls_stream.cc73 #define TLS_client_method() TLSv1_2_client_method() macro
350 ctx_.reset(SSL_CTX_new(TLS_client_method())); in Init()
/external/toybox/toys/pending/
Dwget.c144 TT.ctx = SSL_CTX_new(TLS_client_method()); in wget_connect()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h251 const SSL_METHOD* TLS_client_method(void);
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c381 SSL_METHOD *method = (SSL_METHOD *)TLS_client_method(); in lws_tls_client_create_vhost_context()
/external/libwebsockets/lib/tls/openssl/
Dopenssl-client.c738 method = (SSL_METHOD *)TLS_client_method();
/external/libwebsockets/lib/tls/
DCMakeLists.txt391 CHECK_FUNCTION_EXISTS(${VARIA}TLS_client_method LWS_HAVE_TLS_CLIENT_METHOD PARENT_SCOPE)
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list459 TLS_client_method
DBoringSSL-GRPC.podspec2011 '#define TLS_client_method GRPC_SHADOW_TLS_client_method',
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4186 OPENSSL_EXPORT const SSL_METHOD *TLS_client_method(void);
/external/boringssl/src/include/openssl/
Dssl.h4520 OPENSSL_EXPORT const SSL_METHOD *TLS_client_method(void);
/external/curl/lib/vtls/
Dopenssl.c2662 req_method = TLS_client_method(); in ossl_connect_step1()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h487 #define TLS_client_method GRPC_SHADOW_TLS_client_method macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h531 #define TLS_client_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, TLS_client_method) macro
/external/python/cpython3/Modules/
D_ssl.c3042 method = TLS_client_method(); in _ssl__SSLContext_impl()
/external/python/cpython3/
Dconfigure.ac5866 SSL_CTX *ctx = SSL_CTX_new(TLS_client_method());
Dconfigure17872 SSL_CTX *ctx = SSL_CTX_new(TLS_client_method());