crypto/elliptic.CurveParams.Name (field)

6 uses

	crypto/elliptic (current package)
		elliptic.go#L56: 	Name    string   // the canonical name of the curve
		p224.go#L32: 		Name:    "P-224",
		p256_asm.go#L41: 	p256.CurveParams = &CurveParams{Name: "P-256"}
		p384.go#L32: 		Name:    "P-384",
		p521.go#L32: 		Name:    "P-521",

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