5 writes to DP
Microsoft.CodeAnalysis (1)
StrongName\CryptoBlobParser.cs (1)
281
rsaParameters.
DP
= br.ReadReversed(halfModulusLength);
Microsoft.DotNet.SignTool (1)
src\StrongName.cs (1)
834
rsaParameters.
DP
= br.ReadReversed(halfModulusLength);
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
52
DP
= key.Exponent1.ExportKeyParameter(halfModulusLength),
System\Security\Cryptography\CapiHelper.Shared.cs (1)
185
rsaParameters.
DP
= br.ReadReversed(halfModulusLength);
System\Security\Cryptography\RSA.Xml.cs (1)
52
DP
= dp,
18 references to DP
Microsoft.CodeAnalysis.UnitTests (2)
CryptoBlobParserTests.cs (2)
50
AssertEx.Equal(expectedDP, privKey.
DP
);
93
AssertEx.Equal(expectedDP, privKey.
DP
);
System.Security.Cryptography (16)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (2)
284
rsaParameters.
DP
== null ||
302
writer.WriteKeyParameterInteger(rsaParameters.
DP
);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (2)
679
parameters.
DP
!= null ||
690
parameters.
DP
== null ||
System\Security\Cryptography\CapiHelper.Shared.cs (3)
90
if (rsaParameters.
DP
== null || rsaParameters.
DP
.Length != halfModulusLength)
132
bw.WriteReversed(rsaParameters.
DP
!);
System\Security\Cryptography\RSA.cs (5)
860
fixed (byte* dpPin = rsaParameters.
DP
)
945
fixed (byte* dpPin = rsaParameters.
DP
)
999
fixed (byte* dpPin = ret.
DP
)
1030
fixed (byte* dpPin = ret.
DP
)
1398
CryptographicOperations.ZeroMemory(rsaParameters.
DP
);
System\Security\Cryptography\RSA.Xml.cs (3)
40
byte[]? dp = XmlKeyHelper.ReadCryptoBinary(ref state, nameof(RSAParameters.
DP
), halfN);
120
XmlKeyHelper.WriteCryptoBinary(nameof(RSAParameters.
DP
), keyParameters.
DP
, builder);
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
694
using (PinAndClear.Track(rsaParameters.
DP
!))