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)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)