Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-tls-securepair-fiftharg.js11 const sslcontext = tls.createSecureContext({ constant
/third_party/python/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
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py1437 def mock_make_ssl_transport(sock, protocol, sslcontext, waiter, argument