Home
last modified time | relevance | path

Searched defs:sslcontext (Results 1 – 8 of 8) 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.py65 self, rawsock, protocol, sslcontext, waiter=None, argument
147 sslcontext=None, server=None, backlog=100, argument
156 sslcontext=None, server=None, backlog=100, argument
202 sslcontext=None, server=None, argument
Dproactor_events.py650 self, rawsock, protocol, sslcontext, waiter=None, argument
836 sslcontext=None, server=None, backlog=100, argument
Dstreams.py380 async def start_tls(self, sslcontext, *, argument
Dsslproto.py267 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
Dbase_events.py474 self, rawsock, protocol, sslcontext, waiter=None, argument
1228 async def start_tls(self, transport, protocol, sslcontext, *, argument
Devents.py376 async def start_tls(self, transport, protocol, sslcontext, *, argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py1437 def mock_make_ssl_transport(sock, protocol, sslcontext, waiter, argument