func crypto/internal/boring.ECDH
2 uses
crypto/internal/boring (current package)
notboring.go#L118: func ECDH(*PrivateKeyECDH, *PublicKeyECDH) ([]byte, error) { panic("boringcrypto: not available") }
crypto/ecdh
nist.go#L152: return boring.ECDH(local.boring, remote.boring)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)