const crypto/tls.X25519
10 uses
crypto/tls (current package)
common.go#L123: X25519 CurveID = 29
common.go#L978: var defaultCurvePreferences = []CurveID{X25519, CurveP256, CurveP384, CurveP521}
common_string.go#L73: _ = x[X25519-29]
handshake_client.go#L124: if _, ok := curveForCurveID(curveID); curveID != X25519 && !ok {
handshake_client_tls13.go#L223: if _, ok := curveForCurveID(curveID); curveID != X25519 && !ok {
handshake_server_tls13.go#L219: if _, ok := curveForCurveID(selectedGroup); selectedGroup != X25519 && !ok {
key_agreement.go#L157: if _, ok := curveForCurveID(curveID); curveID != X25519 && !ok {
key_agreement.go#L268: if _, ok := curveForCurveID(curveID); curveID != X25519 && !ok {
key_schedule.go#L113: if curveID == X25519 {
key_schedule.go#L186: return X25519
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |