2 writes to dwIncrement
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
Cng\BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs (2)
24
dwIncrement
= (uint)increment
47
dwIncrement
= (uint)increment
4 references to dwIncrement
Microsoft.AspNetCore.Cryptography.Internal (3)
Cng\BCRYPT_KEY_LENGTHS_STRUCT.cs (3)
24
string message = Resources.FormatBCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength(keyLengthInBits, dwMinLength, dwMaxLength,
dwIncrement
);
34
if (
dwIncrement
== 0)
42
&& ((keyLengthInBits - dwMinLength) %
dwIncrement
== 0);
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
121
Assert.Equal(64U, supportedKeyLengths.
dwIncrement
);