crypto/tls.ClientHelloInfo.SupportedCurves (field)

4 uses

	crypto/tls (current package)
		common.go#L432: 	SupportedCurves []CurveID
		common.go#L1372: 	if !supportsECDHE(config, vers, chi.SupportedCurves, chi.SupportedPoints) {
		common.go#L1392: 			for _, c := range chi.SupportedCurves {
		handshake_server.go#L989: 		SupportedCurves:   clientHello.supportedCurves,