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