func crypto/internal/boring.NewPublicKeyECDH
2 uses
crypto/internal/boring (current package)
notboring.go#L121: func NewPublicKeyECDH(string, []byte) (*PublicKeyECDH, error) { panic("boringcrypto: not available") }
crypto/ecdh
nist.go#L128: bk, err := boring.NewPublicKeyECDH(c.name, k.publicKey)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)