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

  /libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java 63 * Defines the description code of the handshake_failure alert
65 protected static final byte HANDSHAKE_FAILURE = 40;
221 case HANDSHAKE_FAILURE:
222 return "handshake_failure";
ServerHandshakeImpl.java 140 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
330 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
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");
403 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
434 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "NO CERT TYPE FOR " + cipher_suite.getName());
459 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "NO SERVER CERTIFICATE FOUND");
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,
HandshakeProtocol.java 268 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
419 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "Incorrect FINISED");
SSLEngineImpl.java 508 AlertProtocol.HANDSHAKE_FAILURE,
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocolTest.java 93 AlertProtocol.HANDSHAKE_FAILURE);

Completed in 147 milliseconds