func crypto/internal/boring.NewPrivateKeyECDH
3 uses
crypto/internal/boring (current package)
notboring.go#L120: func NewPrivateKeyECDH(string, []byte) (*PrivateKeyECDH, error) { panic("boringcrypto: not available") }
crypto/ecdh
nist.go#L67: bk, err := boring.NewPrivateKeyECDH(c.name, k.privateKey)
nist.go#L83: bk, err := boring.NewPrivateKeyECDH(c.name, key)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)