crypto/elliptic.CurveParams.Name (field)

6 uses

	crypto/elliptic (current package)
		elliptic.go#L51: 	Name    string   // the canonical name of the curve
		elliptic.go#L404: 	p384 = &CurveParams{Name: "P-384"}
		elliptic.go#L415: 	p521 = &CurveParams{Name: "P-521"}
		p224.go#L25: 	p224.CurveParams = &CurveParams{Name: "P-224"}
		p256_asm.go#L40: 	p256.CurveParams = &CurveParams{Name: "P-256"}

	crypto/tls
		auth.go#L275: 			return fmt.Errorf("tls: unsupported certificate curve (%s)", pub.Curve.Params().Name)