golang.org/x/crypto/ssh.kexECDHReplyMsg.EphemeralPubKey (field)

8 uses

	golang.org/x/crypto/ssh (current package)
		kex.go#L249: 	x, y, err := unmarshalECKey(kex.curve, reply.EphemeralPubKey)
		kex.go#L261: 	writeString(h, reply.EphemeralPubKey)
		kex.go#L368: 		EphemeralPubKey: serializedEphKey,
		kex.go#L458: 	if len(reply.EphemeralPubKey) != 32 {
		kex.go#L463: 	copy(servPub[:], reply.EphemeralPubKey)
		kex.go#L473: 	writeString(h, reply.EphemeralPubKey)
		kex.go#L536: 		EphemeralPubKey: kp.pub[:],
		messages.go#L88: 	EphemeralPubKey []byte