func crypto/ecdh.P256
14 uses
crypto/ecdh (current package)
nist.go#L165: func P256() Curve { return p256 }
crypto/ecdsa
ecdsa.go#L200: return ecdh.P256()
crypto/hpke
kem.go#L49: return DHKEM(ecdh.P256()), nil
kem.go#L134: var dhKEMP256 = &dhKEM{HKDFSHA256(), 0x0010, ecdh.P256(), 32, 32, 65}
kem.go#L149: case ecdh.P256():
pq.go#L48: curve: ecdh.P256(),
pq.go#L149: case ecdh.P256():
pq.go#L290: case ecdh.P256():
crypto/tls
key_agreement.go#L395: return ecdh.P256(), true
key_schedule.go#L93: return &ecdhKeyExchange{id, ecdh.P256()}, nil
key_schedule.go#L103: return &hybridKeyExchange{id, ecdhKeyExchange{CurveP256, ecdh.P256()},
crypto/x509
x509.go#L570: case ecdh.P256():
github.com/refraction-networking/utls
key_schedule.go#L78: return ecdh.P256(), true
key_schedule.go#L92: case ecdh.P256():
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |