Searched refs:AlertLevel (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
H A Dapi.py5 from .constants import AlertLevel, AlertDescription, ClientCertificateType, \
6 Fault namespace
H A Derrors.py15 from .constants import AlertDescription, AlertLevel namespace
80 L{tlslite.constants.AlertLevel}
108 L{tlslite.constants.AlertLevel}
H A Dtlsrecordlayer.py344 AlertDescription.close_notify, AlertLevel.warning)):
521 alert = Alert().create(alertDescription, AlertLevel.fatal)
698 if alert.level == AlertLevel.warning or \
708 AlertLevel.warning)
717 elif alert.level == AlertLevel.warning:
740 AlertLevel.warning)
H A Dconstants.py64 class AlertLevel: class in inherits:
H A Dmessages.py71 def create(self, description, level=AlertLevel.fatal):
H A Dtlsconnection.py1926 AlertLevel.fatal)

Completed in 81 milliseconds