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