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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |