5 writes to DQ
Microsoft.CodeAnalysis (1)
StrongName\CryptoBlobParser.cs (1)
282
rsaParameters.
DQ
= br.ReadReversed(halfModulusLength);
Microsoft.DotNet.SignTool (1)
src\StrongName.cs (1)
835
rsaParameters.
DQ
= br.ReadReversed(halfModulusLength);
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
53
DQ
= key.Exponent2.ExportKeyParameter(halfModulusLength),
System\Security\Cryptography\CapiHelper.Shared.cs (1)
186
rsaParameters.
DQ
= br.ReadReversed(halfModulusLength);
System\Security\Cryptography\RSA.Xml.cs (1)
53
DQ
= dq,
18 references to DQ
Microsoft.CodeAnalysis.UnitTests (2)
CryptoBlobParserTests.cs (2)
54
AssertEx.Equal(expectedDQ, privKey.
DQ
);
97
AssertEx.Equal(expectedDQ, privKey.
DQ
);
System.Security.Cryptography (16)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (2)
285
rsaParameters.
DQ
== null ||
303
writer.WriteKeyParameterInteger(rsaParameters.
DQ
);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (2)
681
parameters.
DQ
!= null ||
692
parameters.
DQ
== null ||
System\Security\Cryptography\CapiHelper.Shared.cs (3)
93
if (rsaParameters.
DQ
== null || rsaParameters.
DQ
.Length != halfModulusLength)
133
bw.WriteReversed(rsaParameters.
DQ
!);
System\Security\Cryptography\RSA.cs (5)
861
fixed (byte* dqPin = rsaParameters.
DQ
)
946
fixed (byte* dqPin = rsaParameters.
DQ
)
1000
fixed (byte* dqPin = ret.
DQ
)
1031
fixed (byte* dqPin = ret.
DQ
)
1399
CryptographicOperations.ZeroMemory(rsaParameters.
DQ
);
System\Security\Cryptography\RSA.Xml.cs (3)
41
byte[]? dq = XmlKeyHelper.ReadCryptoBinary(ref state, nameof(RSAParameters.
DQ
), halfN);
121
XmlKeyHelper.WriteCryptoBinary(nameof(RSAParameters.
DQ
), keyParameters.
DQ
, builder);
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
695
using (PinAndClear.Track(rsaParameters.
DQ
!))