func crypto/elliptic.Unmarshal

3 uses

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

	crypto/tls
		key_schedule.go#L170: 	x, y := elliptic.Unmarshal(curve, peerPublicKey)

	crypto/x509
		x509.go#L992: 		x, y := elliptic.Unmarshal(namedCurve, asn1Data)