1 write to G
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (1)
78
decoded.
G
= sequenceReader.ReadInteger();
8 references to G
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (1)
29
writer.WriteInteger(
G
);
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (7)
62
parms.
G
<= 1 ||
63
parms.
G
>= parms.P ||
76
ret.G = parms.
G
.ExportKeyParameter(ret.P.Length);
80
BigInteger y = BigInteger.ModPow(parms.
G
, x, parms.P);
125
parms.
G
<= 1 ||
126
parms.
G
>= parms.P ||
139
ret.G = parms.
G
.ExportKeyParameter(ret.P.Length);