2 writes to B
System.Security.Cryptography (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (1)
270curve.B = Crypto.ExtractBignum(b_bn, cbFieldLength)!;
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
432curve.B = specifiedParameters.Curve.B.ToUnsignedIntegerBytes(primeOrPoly.Length);
12 references to B
System.Security.Cryptography (12)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (2)
78curve.B!, curve.B!.Length,
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
743WriteFieldElement(curve.B!, writer);
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (4)
134parameters.Curve.B!, parameters.Curve.B!.Length, 154parameters.Curve.B!, parameters.Curve.B!.Length,
System\Security\Cryptography\ECCurve.cs (3)
203B == null || B.Length != A.Length || 253B != null ||
System\Security\Cryptography\Helpers.cs (2)
226!aCurve.B.ContentsEqual(bCurve.B))