crypto/tls.Conn.cipherSuite (field)
10 uses
crypto/tls (current package)
conn.go#L47: cipherSuite uint16
conn.go#L1229: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
conn.go#L1422: state.CipherSuite = c.cipherSuite
handshake_client.go#L454: hs.c.cipherSuite = hs.suite.id
handshake_client_tls13.go#L156: c.cipherSuite = hs.suite.id
handshake_client_tls13.go#L657: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_client_tls13.go#L669: cipherSuite: c.cipherSuite,
handshake_server.go#L326: c.cipherSuite = hs.suite.id
handshake_server.go#L426: c.cipherSuite = hs.suite.id
handshake_server_tls13.go#L181: c.cipherSuite = hs.suite.id
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)