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

  /external/chromium_org/third_party/tlslite/tlslite/
handshakesettings.py 25 @sort: minKeySize, maxKeySize, cipherNames, macNames, certificateTypes,
60 @type macNames: list
61 @ivar macNames: The allowed MAC algorithms.
106 self.macNames = MAC_NAMES
121 other.macNames = self.macNames
155 for s in other.macNames:
constants.py 203 macNames = settings.macNames
207 if "sha" in macNames:
209 if "md5" in macNames:
  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 126 settings.macNames = ["md5"]
490 settings.macNames = ["sha", "md5"]

Completed in 66 milliseconds