Home
last modified time | relevance | path

Searched defs:ConnectionState (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go240 type ConnectionState struct { struct
241 … uint16 // TLS version used by the connection (e.g. VersionTLS12)
242 HandshakeComplete bool // TLS handshake is complete
243 DidResume bool // connection resumes a previous TLS connection
244 …erSuite uint16 // cipher suite in use (TLS_RSA_WITH_RC4_128_SHA, ...)
245 …gotiatedProtocol string // negotiated next protocol (from Config.NextProtos)
246 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server
247 NegotiatedProtocolFromALPN bool // protocol negotiated with ALPN
248 … string // server name requested by client, if any (server side only)
249 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
[all …]
Dconn.go1689 func (c *Conn) ConnectionState() ConnectionState { func
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketRTCClient.java44 private enum ConnectionState { enum in WebSocketRTCClient