Home
last modified time | relevance | path

Searched defs:SSLError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_nntplib.py26 SSLError = ssl.SSLError variable
28 class SSLError(Exception): class
/external/cronet/net/http/
Dhttp_proxy_connect_job_unittest.cc1038 TEST_P(HttpProxyConnectJobTest, SSLError) { in TEST_P() argument