/external/chromium_org/remoting/webapp/ |
signal_strategy.js | 21 * CONNECTING -> HANDSHAKE (connected successfully). 22 * HANDSHAKE -> CONNECTED (authenticated successfully). 24 * HANDSHAKE -> FAILED (authentication failed). 30 HANDSHAKE: 2,
|
xmpp_connection.js | 163 this.setState_(remoting.SignalStrategy.State.HANDSHAKE); 174 base.debug.assert(this.state_ == remoting.SignalStrategy.State.HANDSHAKE || 191 if (this.state_ != remoting.SignalStrategy.State.HANDSHAKE && 203 if (this.state_ == remoting.SignalStrategy.State.HANDSHAKE) { 245 if (this.state_ != remoting.SignalStrategy.State.HANDSHAKE &&
|
/external/chromium_org/remoting/webapp/unittests/ |
xmpp_connection_unittest.js | 61 test('should use XmppLoginHandler to complete handshake and read data', 75 remoting.SignalStrategy.State.HANDSHAKE);
|
/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...] |
OpenSSLEarlyCCSTest.java | 68 // aborting the TLS handshake with an unexpected_message fatal alert. 110 * Tests that TLS handshake succeeds when the MiTM simply forwards all data without tampering 114 handshake(false, false); method 141 // to abort the handshake immediately with unexpected_message alert. 143 handshake(true, client); method 144 // TLS handshake succeeded 146 fail("Handshake succeeded despite early CCS having been injected"); 148 // TLS handshake failed 173 * Starts the client, server, and the MiTM. Makes the client and server perform a TLS handshake 178 private void handshake( method in class:OpenSSLEarlyCCSTest [all...] |