Home
last modified time | relevance | path

Searched refs:test_wrap_socket (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ssl.py280 def test_wrap_socket(sock, *, function
556 ss = test_wrap_socket(s)
566 with test_wrap_socket(s) as ss:
586 with test_wrap_socket(s) as ss:
679 test_wrap_socket(sock,
905 with test_wrap_socket(c, do_handshake_on_connect=False) as ss:
915 with test_wrap_socket(s) as ss:
919 with test_wrap_socket(s, server_side=True, certfile=CERTFILE) as ss:
923 ss = test_wrap_socket(socket.socket(socket.AF_INET))
1042 test_wrap_socket(s, cert_reqs=ssl.CERT_NONE)
[all …]