15 references to ECCurveType
System.Security.Cryptography (15)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (5)
42
ECCurve.
ECCurveType
curveType,
175
out ECCurve.
ECCurveType
curveType,
192
ECCurve.
ECCurveType
curveType;
241
if (curveType == ECCurve.
ECCurveType
.Characteristic2)
278
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);