HomeSort by relevance Sort by last modified time
    Searched refs:ssl_bulk_ciphers (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/tools/testserver/
testserver.py 76 ssl_client_auth, ssl_client_cas, ssl_bulk_ciphers):
91 if ssl_bulk_ciphers is not None:
92 self.ssl_handshake_settings.cipherNames = ssl_bulk_ciphers
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py 129 ssl_client_auth, ssl_client_cas, ssl_bulk_ciphers,
149 if ssl_bulk_ciphers is not None:
150 self.ssl_handshake_settings.cipherNames = ssl_bulk_ciphers
    [all...]

Completed in 113 milliseconds