OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlertLevel
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/tlslite/tlslite/
errors.py
15
from .constants import AlertDescription,
AlertLevel
80
L{tlslite.constants.
AlertLevel
}
108
L{tlslite.constants.
AlertLevel
}
api.py
5
from .constants import
AlertLevel
, AlertDescription, ClientCertificateType, \
tlsrecordlayer.py
344
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)
[
all
...]
constants.py
64
class
AlertLevel
:
messages.py
71
def create(self, description, level=
AlertLevel
.fatal):
tlsconnection.py
[
all
...]
Completed in 50 milliseconds