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

  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 113 self.supports_npn = False
121 tack=False, supports_npn=False, serverName=None):
131 self.supports_npn = supports_npn
171 elif extType == ExtensionType.supports_npn:
172 self.supports_npn = True
232 if self.supports_npn:
233 w2.add(ExtensionType.supports_npn, 2)
303 elif extType == ExtensionType.supports_npn:
354 w2.add(ExtensionType.supports_npn, 2
    [all...]
constants.py 58 supports_npn = 13172 variable in class:ExtensionType
tlsconnection.py 686 if serverHello.next_protos and not clientHello.supports_npn:
    [all...]

Completed in 252 milliseconds