type crypto/tls.keyUpdateMsg
7 uses
crypto/tls (current package)
conn.go#L1072: m = new(keyUpdateMsg)
conn.go#L1220: case *keyUpdateMsg:
conn.go#L1228: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
conn.go#L1241: msg := &keyUpdateMsg{}
handshake_messages.go#L928: type keyUpdateMsg struct {
handshake_messages.go#L933: func (m *keyUpdateMsg) marshal() []byte {
handshake_messages.go#L952: func (m *keyUpdateMsg) unmarshal(data []byte) bool {
![]() |
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. |