Home
last modified time | relevance | path

Searched refs:SSLv3_client_method (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_methods.c44 IMPLEMENT_SSL_METHOD(SSL3_VERSION, 0, TLS_method_func, SSLv3_client_method);
/aosp_15_r20/external/curl/lib/
H A Dsetup-vms.h314 #define SSLv3_client_method SSLV3_CLIENT_METHOD macro
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h224 const SSL_METHOD* SSLv3_client_method(void);
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dsslcontext.c145 ctx = SSL_CTX_new(SSLv3_client_method()); in TCN_IMPLEMENT_CALL()
194 ctx = SSL_CTX_new(SSLv3_client_method()); in TCN_IMPLEMENT_CALL()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/impl/
Dcontext.ipp128 handle_ = ::SSL_CTX_new(::SSLv3_client_method());