Searched refs:TLS_client_method (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
H A Dtls_method.cc289 const SSL_METHOD *TLS_client_method(void) { function
/external/webrtc/webrtc/base/
H A Dopensslstreamadapter.cc949 method = TLS_client_method();
/external/python/cpython3/Modules/
H A D_ssl.c143 #define TLS_client_method SSLv23_client_method macro
2630 ctx = SSL_CTX_new(TLS_client_method());
/external/boringssl/include/openssl/
H A Dssl.h3630 OPENSSL_EXPORT const SSL_METHOD *TLS_client_method(void);
/external/boringssl/src/include/openssl/
H A Dssl.h3630 OPENSSL_EXPORT const SSL_METHOD *TLS_client_method(void);
/external/curl/lib/vtls/
H A Dopenssl.c2087 req_method = TLS_client_method();

Completed in 808 milliseconds