crypto/tls.serverHandshakeState.ecdheOk (field)

4 uses

	crypto/tls (current package)
		handshake_server.go#L29: 	ecdheOk      bool
		handshake_server.go#L236: 	hs.ecdheOk = supportsECDHE(c.config, hs.clientHello.supportedCurves, hs.clientHello.supportedPoints)
		handshake_server.go#L238: 	if hs.ecdheOk {
		handshake_server.go#L344: 		if !hs.ecdheOk {