Home
last modified time | relevance | path

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

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