func crypto/internal/boring.GenerateKeyECDH
2 uses
crypto/internal/boring (current package)
notboring.go#L119: func GenerateKeyECDH(string) (*PrivateKeyECDH, []byte, error) { panic("boringcrypto: not available") }
crypto/ecdh
nist.go#L30: key, bytes, err := boring.GenerateKeyECDH(c.name)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)