OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Handshake
(Results
1 - 6
of
6
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
Handshake.java
22
* This class incapsulates the constants determining the types of
handshake
23
* messages as defined in TLS 1.0 spec., 7.4.
Handshake
protocol.
27
public class
Handshake
{
31
* hello_request
handshake
type
37
* client_hello
handshake
type
43
* server_hello
handshake
type
49
* certificate
handshake
type
55
* server_key_exchange
handshake
type
61
* certificate_request
handshake
type
67
* server_hello_done
handshake
typ
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs
94
public virtual void
Handshake
() {
RemoteDebugEventSocketListener.cs
252
Handshake
();
319
protected virtual void
Handshake
() {
327
listener.Commence(); // inform listener after
handshake
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs
99
public virtual void
Handshake
()
RemoteDebugEventSocketListener.cs
308
Handshake
();
399
protected virtual void
Handshake
()
408
listener.Commence(); // inform listener after
handshake
/external/chromium_org/net/socket/
ssl_server_socket_nss.cc
123
int SSLServerSocketNSS::
Handshake
(const CompletionCallback& callback) {
381
// Doing this will force PR_Accept perform
handshake
as server.
495
// In
handshake
phase.
515
// In
handshake
phase.
764
LOG(ERROR) << "
handshake
failed; NSS error code " << prerr
810
// This is called only in full
handshake
mode.
812
// in full
handshake
mode or in resumption
handshake
mode.
823
// NSS calls this when
handshake
is completed.
824
// After the SSL
handshake
is finished we need to verify the certificate
[
all
...]
Completed in 272 milliseconds