crypto/tls.clientHandshakeStateTLS13.ecdheParams (field)
7 uses
crypto/tls (current package)
handshake_client.go#L203: ecdheParams: ecdheParams,
handshake_client_tls13.go#L22: ecdheParams ecdheParameters
handshake_client_tls13.go#L50: if hs.ecdheParams == nil || len(hs.hello.keyShares) != 1 {
handshake_client_tls13.go#L219: if hs.ecdheParams.CurveID() == curveID {
handshake_client_tls13.go#L232: hs.ecdheParams = params
handshake_client_tls13.go#L307: if hs.serverHello.serverShare.group != hs.ecdheParams.CurveID() {
handshake_client_tls13.go#L345: sharedKey := hs.ecdheParams.SharedKey(hs.serverHello.serverShare.data)
![]() |
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. |