func crypto/elliptic.GenerateKey

2 uses

	crypto/elliptic (current package)
		elliptic.go#L285: func GenerateKey(curve Curve, rand io.Reader) (priv []byte, x, y *big.Int, err error) {

	crypto/tls
		key_schedule.go#L132: 	p.privateKey, p.x, p.y, err = elliptic.GenerateKey(curve, rand)