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#L263: x, y := elliptic.Unmarshal(namedCurve, der)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)