1 write to Seed
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (1)
289
curve.
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)
83
curve.
Seed
, curve.
Seed
== null ? 0 : curve.
Seed
.Length);
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (2)
745
if (curve.
Seed
!= null)
747
writer.WriteBitString(curve.
Seed
);
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (6)
139
parameters.Curve.
Seed
, parameters.Curve.
Seed
== null ? 0 : parameters.Curve.
Seed
.Length);
159
parameters.Curve.
Seed
, parameters.Curve.
Seed
== null ? 0 : parameters.Curve.
Seed
.Length);
System\Security\Cryptography\ECCurve.cs (1)
260
Seed
!= null ||