crypto/tls.halfConn.setTrafficSecret (method)
11 uses
crypto/tls (current package)
conn.go#L214: func (hc *halfConn) setTrafficSecret(suite *cipherSuiteTLS13, secret []byte) {
conn.go#L1235: c.in.setTrafficSecret(cipherSuite, newSecret)
conn.go#L1250: c.out.setTrafficSecret(cipherSuite, newSecret)
handshake_client_tls13.go#L360: c.out.setTrafficSecret(hs.suite, clientSecret)
handshake_client_tls13.go#L363: c.in.setTrafficSecret(hs.suite, serverSecret)
handshake_client_tls13.go#L529: c.in.setTrafficSecret(hs.suite, serverSecret)
handshake_client_tls13.go#L627: c.out.setTrafficSecret(hs.suite, hs.trafficSecret)
handshake_server_tls13.go#L550: c.in.setTrafficSecret(hs.suite, clientSecret)
handshake_server_tls13.go#L553: c.out.setTrafficSecret(hs.suite, serverSecret)
handshake_server_tls13.go#L678: c.out.setTrafficSecret(hs.suite, serverSecret)
handshake_server_tls13.go#L869: c.in.setTrafficSecret(hs.suite, hs.trafficSecret)
 |
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. |