func crypto/elliptic.Unmarshal

2 uses

	crypto/elliptic (current package)
		elliptic.go#L153: func Unmarshal(curve Curve, data []byte) (x, y *big.Int) {

	crypto/x509
		parser.go#L262: 		x, y := elliptic.Unmarshal(namedCurve, der)