OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HANDSHAKE
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ContentType.java
39
* Identifies
handshake
message
41
protected static final byte
HANDSHAKE
= 22;
SSLRecordProtocol.java
26
* client protocol (
handshake
, alert, application data protocols)
30
* After
handshake
protocol agreed upon security parameters they are placed
34
* So for client mode the parameters are provided by
handshake
protocol
38
*
handshake
protocol after receiving of client's change_cipher_spec message.
80
//
handshake
protocol object to which handshaking data will be transmitted
94
//
handshake
phase (to distinguish session pending state)
121
* Returns the session obtained during the
handshake
negotiation.
122
* If the
handshake
process was not completed, method returns null.
250
// session was not changed for current
handshake
process
348
return ContentType.
HANDSHAKE
;
[
all
...]
HandshakeProtocol.java
38
*
Handshake
protocol</a>
44
*
Handshake
status NEED_UNWRAP - HandshakeProtocol needs to receive data
49
*
Handshake
status NOT_HANDSHAKING - is not currently handshaking
54
*
Handshake
status FINISHED - HandshakeProtocol has just finished
59
*
Handshake
status NEED_TASK - HandshakeProtocol needs the results of delegated task
64
* Current
handshake
status
69
* IO stream for income/outcome
handshake
data
84
* Delegated tasks for this
handshake
implementation
89
* Indicates non-blocking
handshake
99
* Sent and received
handshake
message
[
all
...]
SSLSocketImpl.java
41
// indicates if
handshake
has been started
46
//
handshake
protocol to be used
71
//
handshake
complete listeners
267
"Could not change the mode after the initial
handshake
has begun.");
402
* Performs the
handshake
process over the SSL/TLS connection
404
* http://www.ietf.org/rfc/rfc2246.txt. If the initial
handshake
576
// to appropriate client protocol (alert,
handshake
, or app)
579
case ContentType.
HANDSHAKE
:
583
//
handshake
protocol got addressed to it message
669
* Performs
handshake
process over this connection. The handshak
[
all
...]
SSLEngineImpl.java
39
// indicates if
handshake
has been started
60
//
handshake
protocol to be used
93
* Starts the
handshake
.
149
// engine is closing before initial
handshake
has been made
169
// initial
handshake
had been started
174
// engine is closing before initial
handshake
has been made
181
* Returns
handshake
's delegated tasks to be run
263
"Could not change the mode after the initial
handshake
has begun.");
349
// initial
handshake
has not been started yet
424
// If is is initial
handshake
or connection closure stage
[
all
...]
/external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc
47
state_(
HANDSHAKE
),
55
state_ =
HANDSHAKE
;
57
case
HANDSHAKE
:
130
case
HANDSHAKE
:
159
case
HANDSHAKE
:
devtools_remote_listen_socket.h
44
INVALID = 0, // Bad
handshake
message received, retry
45
HANDSHAKE
= 1, // Receiving
handshake
message
Completed in 316 milliseconds