18 references to ECCurveType
System.Security.Cryptography (18)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (8)
42ECCurve.ECCurveType curveType, 264out ECCurve.ECCurveType curveType, 281out ECCurve.ECCurveType curveType, 298ECCurve.ECCurveType curveType; 372ECCurve.ECCurveType curveType; 430ECCurve.ECCurveType curveType, 445if (curveType == ECCurve.ECCurveType.Characteristic2) 482if (curveType == ECCurve.ECCurveType.Characteristic2)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (2)
418CurveType = ECCurve.ECCurveType.PrimeShortWeierstrass, 426CurveType = ECCurve.ECCurveType.Characteristic2,
System\Security\Cryptography\ECCurve.cs (8)
52public ECCurveType CurveType; 95curve.CurveType = ECCurveType.Named; 147return CurveType == ECCurve.ECCurveType.PrimeShortWeierstrass || 148CurveType == ECCurve.ECCurveType.PrimeMontgomery || 149CurveType == ECCurve.ECCurveType.PrimeTwistedEdwards; 157return CurveType == ECCurve.ECCurveType.Characteristic2; 173return CurveType == ECCurve.ECCurveType.Named; 242Debug.Assert(CurveType == ECCurveType.Implicit);