func golang.org/x/crypto/ssh.unmarshalECKey

3 uses

	golang.org/x/crypto/ssh (current package)
		kex.go#L249: 	x, y, err := unmarshalECKey(kex.curve, reply.EphemeralPubKey)
		kex.go#L276: func unmarshalECKey(curve elliptic.Curve, pubkey []byte) (x, y *big.Int, err error) {
		kex.go#L328: 	clientX, clientY, err := unmarshalECKey(kex.curve, kexECDHInit.ClientPubKey)