const golang.org/x/crypto/ssh.msgKexInit

6 uses

	golang.org/x/crypto/ssh (current package)
		handshake.go#L395: 	if first && p[0] != msgKexInit {
		handshake.go#L399: 	if p[0] != msgKexInit {
		handshake.go#L484: 	case msgKexInit:
		messages.go#L51: const msgKexInit = 20
		messages.go#L785: 	case msgKexInit:
		messages.go#L846: 	msgKexInit:             "kexInitMsg",