Home
last modified time | relevance | path

Searched refs:tls_client (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtls_libtls.c88 p->ctx = !c->listen ? tls_client() : tls_server(); in ff_tls_open()
/third_party/toybox/toys/pending/
H A Dwget.c142 if ((TT.tls = tls_client()) == NULL) in wget_connect()
143 error_exit("tls_client: %s", tls_error(TT.tls)); in wget_connect()
/third_party/python/Lib/test/
H A Dtest_ssl.py5044 tls_client = ssl_ctx.wrap_socket(
5051 received_data = tls_client.recv(400)
5052 tls_client.close()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs350 pub fn tls_client() -> SslMethod { in tls_client() functions

Completed in 24 milliseconds