8 references to IsPrime
System.Security.Cryptography (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (1)
58
if (curve.
IsPrime
)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (2)
546
Debug.Assert(ecParameters.Curve.
IsPrime
|| ecParameters.Curve.IsCharacteristic2);
581
if (ecParameters.Curve.
IsPrime
)
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (2)
21
if (parameters.Curve.
IsPrime
)
126
Debug.Assert(parameters.Curve.
IsPrime
);
System\Security\Cryptography\ECCurve.cs (2)
165
return
IsPrime
|| IsCharacteristic2;
212
if (
IsPrime
)
System\Security\Cryptography\Helpers.cs (1)
231
if (aCurve.
IsPrime
)