2 writes to Order
System.Security.Cryptography (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (1)
276curve.Order = Crypto.ExtractBignum(order_bn, cbSubgroupOrder)!;
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
433curve.Order = specifiedParameters.Order.ToUnsignedIntegerBytes(primeOrPoly.Length);
13 references to Order
System.Security.Cryptography (13)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (2)
81curve.Order!, curve.Order!.Length,
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
635writer.WriteIntegerUnsigned(ecParameters.Curve.Order);
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (4)
137parameters.Curve.Order!, parameters.Curve.Order!.Length, 157parameters.Curve.Order!, parameters.Curve.Order!.Length,
System\Security\Cryptography\ECCurve.cs (3)
206Order == null || Order.Length == 0 || 256Order != null ||
System\Security\Cryptography\ECParameters.cs (1)
46hasErrors = (D != null && (D.Length != Curve.Order!.Length));
System\Security\Cryptography\Helpers.cs (2)
224!aCurve.Order.ContentsEqual(bCurve.Order) ||