5 writes to DQ
Microsoft.CodeAnalysis (1)
StrongName\CryptoBlobParser.cs (1)
282
rsaParameters.
DQ
= br.ReadReversed(halfModulusLength);
Microsoft.DotNet.StrongName (1)
Utils.cs (1)
204
rsaParameters.
DQ
= br.ReadReversed(halfModulusLength);
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
60
DQ
= new byte[halfModulusLength],
System\Security\Cryptography\CapiHelper.Shared.cs (1)
186
rsaParameters.
DQ
= br.ReadReversed(halfModulusLength);
System\Security\Cryptography\RSA.Xml.cs (1)
53
DQ
= dq,
19 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 (17)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (4)
70
using (PinAndClear.Track(parameters.
DQ
))
87
key.Exponent2.ToUnsignedIntegerBytes(parameters.
DQ
);
147
rsaParameters.
DQ
== null ||
165
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 (4)
861
fixed (byte* dqPin = rsaParameters.
DQ
)
979
fixed (byte* dqPin = ret.
DQ
)
1010
fixed (byte* dqPin = ret.
DQ
)
1378
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)
777
using (PinAndClear.Track(rsaParameters.
DQ
!))