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

  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 52 AlertDescription.user_canceled: "user_canceled",\
constants.py 73 @cvar user_canceled: The handshake is being cancelled for some reason.
100 user_canceled = 90 variable in class:AlertDescription
TLSConnection.py 225 signal a user_canceled error alert.
546 for result in self._sendError(AlertDescription.user_canceled):
629 AlertDescription.user_canceled,
    [all...]