func crypto/internal/fips140/ecdh.P256
6 uses
crypto/internal/fips140/ecdh (current package)
cast.go#L43: got, err := ecdh(P256(), k, peer)
ecdh.go#L87: func P256() *Curve[*nistec.P256Point] {
crypto/ecdh
nist.go#L167: return ecdh.GenerateKey(ecdh.P256(), r)
nist.go#L170: return ecdh.NewPrivateKey(ecdh.P256(), b)
nist.go#L173: return ecdh.NewPublicKey(ecdh.P256(), publicKey)
nist.go#L176: return ecdh.ECDH(ecdh.P256(), priv, pub)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)