Home | History | Annotate | Download | only in tls

Lines Matching full:curve

205 		for _, curve := range m.supportedCurves {
206 z[0] = byte(curve >> 8)
207 z[1] = byte(curve)