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

  /libcore/crypto/src/main/java/org/conscrypt/
Message.java 57 protected void fatalAlert(byte description, String reason) {
67 protected void fatalAlert(byte description, String reason, Throwable cause) {
CertificateVerify.java 41 fatalAlert(AlertProtocol.INTERNAL_ERROR,
58 fatalAlert(AlertProtocol.DECODE_ERROR,
62 fatalAlert(AlertProtocol.DECODE_ERROR,
HelloRequest.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect HelloRequest");
ServerHelloDone.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHelloDone");
CertificateMessage.java 56 fatalAlert(AlertProtocol.DECODE_ERROR,
68 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
80 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR", e);
88 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateMessage");
111 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
137 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
ClientHello.java 98 fatalAlert(AlertProtocol.DECODE_ERROR,
114 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ClientHello");
130 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello");
139 fatalAlert(AlertProtocol.DECODE_ERROR,
144 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello, short challenge data");
165 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello, extra data");
Finished.java 55 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect Finished");
HandshakeProtocol.java 268 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
304 protected void fatalAlert(byte description, String reason) {
315 protected void fatalAlert(byte description, String reason, Exception cause) {
325 protected void fatalAlert(byte description, SSLException cause) {
356 fatalAlert(AlertProtocol.INTERNAL_ERROR, "PRF error", e);
383 fatalAlert(AlertProtocol.INTERNAL_ERROR,
406 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
419 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "Incorrect FINISED");
428 fatalAlert(AlertProtocol.UNEXPECTED_MESSAGE, "UNEXPECTED MESSAGE");
456 fatalAlert(AlertProtocol.INTERNAL_ERROR, "PRF error", e)
    [all...]
CertificateRequest.java 65 fatalAlert(AlertProtocol.INTERNAL_ERROR,
106 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateRequest");
150 fatalAlert(AlertProtocol.DECODE_ERROR,
ClientHandshakeImpl.java 97 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "SSL Session may not be created ");
150 this.fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "Error in delegated task", e);
201 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
207 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
219 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
231 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
234 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
425 fatalAlert(AlertProtocol.DECRYPT_ERROR, "Cannot verify RSA params");
435 fatalAlert(AlertProtocol.INTERNAL_ERROR,
447 fatalAlert(AlertProtocol.INTERNAL_ERROR
    [all...]
ServerHandshakeImpl.java 140 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
149 fatalAlert(AlertProtocol.BAD_CERTIFICATE,
187 fatalAlert(AlertProtocol.DECRYPT_ERROR,
222 fatalAlert(AlertProtocol.INTERNAL_ERROR,
249 fatalAlert(AlertProtocol.INTERNAL_ERROR,
330 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
340 fatalAlert(AlertProtocol.PROTOCOL_VERSION,
376 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "SSL Session may not be created");
394 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
400 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "HANDSHAKE FAILURE. NO COMMON SUITE")
    [all...]
ClientKeyExchange.java 115 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ClientKeyExchange");
ServerHello.java 100 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHello");
ServerKeyExchange.java 191 fatalAlert(AlertProtocol.DECODE_ERROR,

Completed in 41 milliseconds