func crypto/tls.cipherSuiteTLS13ByID
10 uses
crypto/tls (current package)
cipher_suites.go#L459: return cipherSuiteTLS13ByID(id)
cipher_suites.go#L465: func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
common.go#L1541: c13 := cipherSuiteTLS13ByID(cID)
conn.go#L1229: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_client.go#L311: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L317: offeredSuite := cipherSuiteTLS13ByID(offeredID)
handshake_client_tls13.go#L238: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L324: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L657: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_server_tls13.go#L288: pskSuite := cipherSuiteTLS13ByID(sessionState.cipherSuite)
![]() |
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. |