3 references to GetHashBlockLength
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
Cng\CachedAlgorithmHandlesTests.cs (2)
139
Assert.Equal(expectedBlockSizeInBytes, algorithmHandle.
GetHashBlockLength
());
170
Assert.Equal(expectedBlockSizeInBytes, algorithmHandle.
GetHashBlockLength
());
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win8Pbkdf2Provider.cs (1)
129
if (cbPassword <= prfAlgorithmHandle.
GetHashBlockLength
() /* in bytes */)