7 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);
Mono.Cecil (1)
Mono.Security.Cryptography\CryptoConvert.cs (1)
120
rsap.
DQ
= new byte [byteHalfLen];
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
46
DQ
= new byte[halfModulusLength],
System\Security\Cryptography\CapiHelper.Shared.cs (1)
186
rsaParameters.
DQ
= br.ReadReversed(halfModulusLength);
System\Security\Cryptography\CngHelpers.cs (1)
270
rsaParams.
DQ
= Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->cbPrime2);
System\Security\Cryptography\RSA.Xml.cs (1)
53
DQ
= dq,
20 references to DQ
Mono.Cecil (2)
Mono.Security.Cryptography\CryptoConvert.cs (2)
121
Buffer.BlockCopy (blob, pos, rsap.
DQ
, 0, byteHalfLen);
122
Array.Reverse (rsap.
DQ
);
System.Security.Cryptography (18)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (4)
56
using (PinAndClear.Track(parameters.
DQ
))
73
key.Exponent2.ToUnsignedIntegerBytes(parameters.
DQ
);
122
rsaParameters.
DQ
== null ||
140
writer.WriteKeyParameterInteger(rsaParameters.
DQ
);
System\Security\Cryptography\CapiHelper.Shared.cs (3)
93
if (rsaParameters.
DQ
== null || rsaParameters.
DQ
.Length != halfModulusLength)
133
bw.WriteReversed(rsaParameters.
DQ
!);
System\Security\Cryptography\CngHelpers.cs (3)
125
parameters.
DQ
!= null ||
138
parameters.
DQ
== null ||
157
parameters.
DQ
.Length != halfModulusLength ||
System\Security\Cryptography\RSA.cs (4)
861
fixed (byte* dqPin = rsaParameters.
DQ
)
959
fixed (byte* dqPin = ret.
DQ
)
990
fixed (byte* dqPin = ret.
DQ
)
1358
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\CertificatePal.Windows.PrivateKey.cs (1)
240
using (PinAndClear.Track(privateParameters.
DQ
!))