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