OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alertDescription
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java
150
int
alertDescription
= getFirstDetectedFatalAlertDescription();
151
if (
alertDescription
== -1) {
157
alertDescription
);
[
all
...]
/external/chromium_org/third_party/tlslite/tlslite/
tlsrecordlayer.py
211
if alert.description !=
AlertDescription
.close_notify:
344
AlertDescription
.close_notify, AlertLevel.warning)):
361
if alert.description ==
AlertDescription
.close_notify:
520
def _sendError(self,
alertDescription
, errorStr=None):
521
alert = Alert().create(
alertDescription
, AlertLevel.fatal)
699
alert.description ==
AlertDescription
.close_notify:
707
alertMsg.create(
AlertDescription
.close_notify,
715
AlertDescription
.close_notify:
739
alertMsg.create(
AlertDescription
.no_renegotiation,
748
AlertDescription
.unexpected_message
[
all
...]
Completed in 34 milliseconds