Home
last modified time | relevance | path

Searched defs:ssl_context (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dfunctional.py144 def start_tls(self, ssl_context, *, argument
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc88 SSL_CTX* ssl_context; member
1600 SSL_CTX* ssl_context = SSL_get_SSL_CTX(ssl); in server_handshaker_factory_new_session_callback() local
1640 SSL_CTX* ssl_context = nullptr; in tsi_create_ssl_client_handshaker_factory_with_options() local
/external/python/cpython3/Lib/
Dimaplib.py798 def starttls(self, ssl_context=None): argument
1271 certfile=None, ssl_context=None): argument
Dnntplib.py1068 user=None, password=None, ssl_context=None, argument
/external/python/cpython3/Lib/asyncio/
Dbase_events.py249 def __init__(self, loop, sockets, protocol_factory, ssl_context, backlog, argument