2 writes to Prime
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
200primeCurve.Prime = Interop.BCrypt.Consume(ecBlob, ref offset, pBcryptBlob->cbFieldLength);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
405Prime = primeOrPoly,
10 references to Prime
System.Security.Cryptography (10)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (4)
59curve.Prime!.Length + 93Interop.BCrypt.Emit(blob, ref offset, curve.Prime); 244curve.Prime!.Length + 268Interop.BCrypt.Emit(blob, ref offset, curve.Prime);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
563writer.WriteIntegerUnsigned(ecParameters.Curve.Prime);
System\Security\Cryptography\ECCurve.cs (3)
216if (Prime == null || Prime.Length != A!.Length) 258Prime != null ||
System\Security\Cryptography\Helpers.cs (2)
240return aCurve.Prime.ContentsEqual(bCurve.Prime);