2 writes to Prime
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
200
primeCurve.
Prime
= Interop.BCrypt.Consume(ecBlob, ref offset, pBcryptBlob->cbFieldLength);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
405
Prime
= primeOrPoly,
10 references to Prime
System.Security.Cryptography (10)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (4)
59
curve.
Prime
!.Length +
93
Interop.BCrypt.Emit(blob, ref offset, curve.
Prime
);
244
curve.
Prime
!.Length +
268
Interop.BCrypt.Emit(blob, ref offset, curve.
Prime
);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
563
writer.WriteIntegerUnsigned(ecParameters.Curve.
Prime
);
System\Security\Cryptography\ECCurve.cs (3)
216
if (
Prime
== null ||
Prime
.Length != A!.Length)
258
Prime
!= null ||
System\Security\Cryptography\Helpers.cs (2)
240
return aCurve.
Prime
.ContentsEqual(bCurve.
Prime
);