Home
last modified time | relevance | path

Searched defs:sslcontext (Results 1 – 10 of 10) sorted by relevance

/external/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/
DApacheClientTlsAuthTest.java196 SSLContext sslcontext = SSLContext.getInstance("TLS"); in build_notSettingSocketFactory_configuresClientWithDefaultSocketFactory() local
225 SSLContext sslcontext = SSLContext.getInstance("TLS"); in build_settingCustomSocketFactory_configuresClientWithGivenSocketFactory() local
/external/python/cpython3/Lib/asyncio/
Dselector_events.py76 self, rawsock, protocol, sslcontext, waiter=None, argument
160 sslcontext=None, server=None, backlog=100, argument
169 sslcontext=None, server=None, backlog=100, argument
215 sslcontext=None, server=None, argument
Dproactor_events.py648 self, rawsock, protocol, sslcontext, waiter=None, argument
836 sslcontext=None, server=None, backlog=100, argument
Dstreams.py388 async def start_tls(self, sslcontext, *, argument
Dsslproto.py270 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
Dbase_events.py506 self, rawsock, protocol, sslcontext, waiter=None, argument
1304 async def start_tls(self, transport, protocol, sslcontext, *, argument
Devents.py398 async def start_tls(self, transport, protocol, sslcontext, *, argument
/external/scapy/scapy/layers/
Dhttp.py756 sslcontext=None, argument
1226 sslcontext=None, argument
Dldap.py1767 def connect(self, ip, port=None, use_ssl=False, sslcontext=None, timeout=5): argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py1523 def mock_make_ssl_transport(sock, protocol, sslcontext, waiter, argument