func crypto/internal/boring.NewPrivateKeyECDH

2 uses

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

	crypto/ecdh
		nist.go#L83: 		bk, err := boring.NewPrivateKeyECDH(c.name, key)