func crypto/internal/boring.GenerateKeyECDSA

2 uses

	crypto/internal/boring (current package)
		notboring.go#L57: func GenerateKeyECDSA(curve string) (X, Y, D BigInt, err error) {

	crypto/ecdsa
		ecdsa.go#L162: 		x, y, d, err := boring.GenerateKeyECDSA(c.Params().Name)