func crypto/internal/boring.NewPublicKeyECDH

2 uses

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

	crypto/ecdh
		nist.go#L177: 		bk, err := boring.NewPublicKeyECDH(c.name, k.publicKey)