Home
last modified time | relevance | path

Searched refs:Alerts (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DSSLEngineImpl.java736 fatal(Alerts.alert_handshake_failure, in beginHandshake()
767 fatal(Alerts.alert_internal_error, in unwrap()
943 fatal(Alerts.alert_unexpected_message, e); in readRecord()
957 Alerts.alert_handshake_failure : in readRecord()
958 Alerts.alert_bad_record_mac; in readRecord()
1068 fatal(Alerts.alert_unexpected_message, in readRecord()
1154 fatal(Alerts.alert_internal_error, in wrap()
1379 fatal(Alerts.alert_handshake_failure, "sequence number overflow"); in checkSequenceNumber()
1441 warning(Alerts.alert_close_notify); in closeOutboundInternal()
1517 fatal(Alerts.alert_internal_error, in closeInbound()
[all …]
DSSLSocketImpl.java710 fatal(Alerts.alert_close_notify, in writeRecord()
746 if (r.isAlert(Alerts.alert_close_notify) && getSoLinger() >= 0) { in writeRecord()
930 fatal(Alerts.alert_unexpected_message, e); in readRecord()
972 ? Alerts.alert_handshake_failure in readRecord()
973 : Alerts.alert_bad_record_mac; in readRecord()
1085 fatal(Alerts.alert_unexpected_message, in readRecord()
1177 fatal(Alerts.alert_handshake_failure, "sequence number overflow"); in checkSequenceNumber()
1600 warning(Alerts.alert_close_notify); in closeInternal()
1794 throw Alerts.getSSLException(Alerts.alert_internal_error, e, in handleException()
1806 fatal(Alerts.alert_unexpected_message, e); in handleException()
[all …]
DServerHandshaker.java172 fatalSE(Alerts.alert_unexpected_message, in processMessage()
293 fatalSE(Alerts.alert_handshake_failure, in clientHello()
296 fatalSE(Alerts.alert_handshake_failure, in clientHello()
311 fatalSE(Alerts.alert_handshake_failure, in clientHello()
320 fatalSE(Alerts.alert_handshake_failure, in clientHello()
328 fatalSE(Alerts.alert_handshake_failure, in clientHello()
337 fatalSE(Alerts.alert_handshake_failure, in clientHello()
347 fatalSE(Alerts.alert_handshake_failure, in clientHello()
360 warningSE(Alerts.alert_no_renegotiation); in clientHello()
376 fatalSE(Alerts.alert_unexpected_message, in clientHello()
[all …]
DClientHandshaker.java149 fatalSE(Alerts.alert_unexpected_message, in processMessage()
327 warningSE(Alerts.alert_no_renegotiation); in serverHelloRequest()
346 fatalSE(Alerts.alert_handshake_failure, in serverHelloRequest()
402 fatalSE(Alerts.alert_handshake_failure, in serverHello()
411 fatalSE(Alerts.alert_handshake_failure, in serverHello()
424 fatalSE(Alerts.alert_handshake_failure, in serverHello()
434 fatalSE(Alerts.alert_handshake_failure, in serverHello()
447 fatalSE(Alerts.alert_handshake_failure, in serverHello()
464 fatalSE(Alerts.alert_illegal_parameter, in serverHello()
474 fatalSE(Alerts.alert_illegal_parameter, in serverHello()
[all …]
DAlerts.java35 final class Alerts { class
/libcore/
Dopenjdk_java_files.mk1312 ojluni/src/main/java/sun/security/ssl/Alerts.java \