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