1 write to Seed
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (1)
289curve.Seed = seed_cb == 0 ? null : Crypto.ExtractBignum(seed_bn, seed_cb);
12 references to Seed
System.Security.Cryptography (12)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (3)
83curve.Seed, curve.Seed == null ? 0 : curve.Seed.Length);
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (2)
745if (curve.Seed != null) 747writer.WriteBitString(curve.Seed);
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (6)
139parameters.Curve.Seed, parameters.Curve.Seed == null ? 0 : parameters.Curve.Seed.Length); 159parameters.Curve.Seed, parameters.Curve.Seed == null ? 0 : parameters.Curve.Seed.Length);
System\Security\Cryptography\ECCurve.cs (1)
260Seed != null ||