2 writes to B
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
202
primeCurve.
B
= Interop.BCrypt.Consume(ecBlob, ref offset, pBcryptBlob->cbFieldLength);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
418
curve.
B
= specifiedParameters.Curve.B.ToUnsignedIntegerBytes(primeOrPoly.Length);
10 references to B
System.Security.Cryptography (10)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (4)
61
curve.
B
!.Length +
95
Interop.BCrypt.Emit(blob, ref offset, curve.
B
);
246
curve.
B
!.Length +
270
Interop.BCrypt.Emit(blob, ref offset, curve.
B
);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
722
WriteFieldElement(curve.
B
!, writer);
System\Security\Cryptography\ECCurve.cs (3)
203
B
== null ||
B
.Length != A.Length ||
253
B
!= null ||
System\Security\Cryptography\Helpers.cs (2)
233
!aCurve.
B
.ContentsEqual(bCurve.
B
))