func crypto/internal/boring.GenerateKeyECDH

2 uses

	crypto/internal/boring (current package)
		notboring.go#L118: func GenerateKeyECDH(string) (*PrivateKeyECDH, []byte, error)   { panic("boringcrypto: not available") }

	crypto/ecdh
		nist.go#L40: 		key, bytes, err := boring.GenerateKeyECDH(c.name)