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

  /external/chromium_org/third_party/tlslite/tlslite/
handshakesettings.py 26 @sort: minKeySize, maxKeySize, cipherNames, macNames, certificateTypes,
43 @type cipherNames: list
44 @ivar cipherNames: The allowed ciphers, in order of preference.
121 self.cipherNames = CIPHER_NAMES
133 # Filters out unsupported cipherNames and cipherImplementations
138 other.cipherNames = self.cipherNames
149 other.cipherNames = [e for e in self.cipherNames if e != "3des"]
150 if len(other.cipherNames)==0
    [all...]
constants.py 204 cipherNames = settings.cipherNames
213 if "aes128" in cipherNames:
215 if "aes256" in cipherNames:
217 if "3des" in cipherNames:
219 if "rc4" in cipherNames:
  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 310 settings.cipherNames = [cipher]
329 settings.cipherNames = [cipher]
491 settings.cipherNames = ["rc4"]
670 settings.cipherNames = [cipher]
689 settings.cipherNames = [cipher]
  /external/chromium_org/net/tools/testserver/
testserver.py 197 self.ssl_handshake_settings.cipherNames = ssl_bulk_ciphers
    [all...]

Completed in 130 milliseconds