2 writes to Order
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
208primeCurve.Order = Interop.BCrypt.Consume(ecBlob, ref offset, pBcryptBlob->cbSubgroupOrder);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
419curve.Order = specifiedParameters.Order.ToUnsignedIntegerBytes(primeOrPoly.Length);
13 references to Order
System.Security.Cryptography (13)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (6)
64curve.Order!.Length + 87pBcryptBlob->cbSubgroupOrder = curve.Order.Length; 98Interop.BCrypt.Emit(blob, ref offset, curve.Order); 249curve.Order!.Length + 262pBcryptBlob->cbSubgroupOrder = curve.Order.Length; 273Interop.BCrypt.Emit(blob, ref offset, curve.Order);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
614writer.WriteIntegerUnsigned(ecParameters.Curve.Order);
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)
231!aCurve.Order.ContentsEqual(bCurve.Order) ||