const golang.org/x/crypto/ssh.msgNewKeys
9 uses
golang.org/x/crypto/ssh (current package)
handshake.go#L158: if p[0] != msgNewKeys {
handshake.go#L429: successPacket = []byte{msgNewKeys}
handshake.go#L486: case msgNewKeys:
handshake.go#L602: if err = t.conn.writePacket([]byte{msgNewKeys}); err != nil {
handshake.go#L607: } else if packet[0] != msgNewKeys {
handshake.go#L608: return unexpectedMessageError(msgNewKeys, packet[0])
messages.go#L25: msgNewKeys = 21
transport.go#L138: case msgNewKeys:
transport.go#L176: changeKeys := len(packet) > 0 && packet[0] == msgNewKeys
![]() |
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. |