HomeSort by relevance Sort by last modified time
    Searched full:cert_required (Results 1 - 9 of 9) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py 90 ssl.CERT_REQUIRED
221 cert_reqs=ssl.CERT_REQUIRED)
231 cert_reqs=ssl.CERT_REQUIRED,
242 cert_reqs=ssl.CERT_REQUIRED,
255 cert_reqs=ssl.CERT_REQUIRED,
287 cert_reqs=ssl.CERT_REQUIRED,
302 cert_reqs=ssl.CERT_REQUIRED,
387 cert_reqs=ssl.CERT_REQUIRED,
425 if self.server.certreqs == ssl.CERT_REQUIRED:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py 90 ssl.CERT_REQUIRED
221 cert_reqs=ssl.CERT_REQUIRED)
231 cert_reqs=ssl.CERT_REQUIRED,
242 cert_reqs=ssl.CERT_REQUIRED,
255 cert_reqs=ssl.CERT_REQUIRED,
287 cert_reqs=ssl.CERT_REQUIRED,
302 cert_reqs=ssl.CERT_REQUIRED,
387 cert_reqs=ssl.CERT_REQUIRED,
425 if self.server.certreqs == ssl.CERT_REQUIRED:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ssl.py 47 CERT_REQUIRED - certificates are required, and will be validated, and
64 from _ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED
443 cert_reqs = CERT_REQUIRED
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ssl.py 47 CERT_REQUIRED - certificates are required, and will be validated, and
64 from _ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED
443 cert_reqs = CERT_REQUIRED
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 76 self.cert_reqs = ssl.CERT_REQUIRED
153 if self.cert_reqs & ssl.CERT_REQUIRED:
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 304 bool cert_required =
306 if (cert_required && (!HaveUserCerts() || !IsUserCertValid()))
975 bool cert_required = local
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 334 client_cert_ = ssl.CERT_REQUIRED
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 330 client_cert_ = ssl.CERT_REQUIRED
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 435 client_cert_ = ssl.CERT_REQUIRED
    [all...]

Completed in 437 milliseconds