HomeSort by relevance Sort by last modified time
    Searched defs:HANDSHAKE (Results 1 - 3 of 3) sorted by null

  /libcore/crypto/src/main/java/org/conscrypt/
ContentType.java 39 * Identifies handshake message
41 protected static final byte HANDSHAKE = 22;
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.h 44 INVALID = 0, // Bad handshake message received, retry
45 HANDSHAKE = 1, // Receiving handshake message
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java 107 * Tests that TLS handshake succeeds when the MiTM simply forwards all data without tampering
111 handshake(false, false); method
139 // the handshake with unexpected_message alert (if heartbeats are not supported).
141 handshake(true, client); method
148 // TLS handshake or data exchange failed. Check whether the error was caused by
152 fail("Handshake failed without a fatal alert");
164 // TLS handshake succeeded
173 * Starts the client, server, and the MiTM. Makes the client and server perform a TLS handshake
178 private void handshake( method in class:OpenSSLHeartbleedTest
235 Log.i(TAG, "Handshake completed and application data exchanged")
663 HandshakeMessage handshake = HandshakeMessage.tryParse(record); local
    [all...]

Completed in 57 milliseconds