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