5 references to GetHashDigestLength
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
Cng\CachedAlgorithmHandlesTests.cs (2)
140
Assert.Equal(expectedDigestSizeInBytes, algorithmHandle.
GetHashDigestLength
());
171
Assert.Equal(expectedDigestSizeInBytes, algorithmHandle.
GetHashDigestLength
());
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win8Pbkdf2Provider.cs (1)
135
uint cbPasswordDigest = prfAlgorithmHandle.
GetHashDigestLength
();
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
93
uint digestSize = algorithmHandle.
GetHashDigestLength
();
Cng\CbcAuthenticatedEncryptor.cs (1)
48
_hmacAlgorithmDigestLengthInBytes = hmacAlgorithmHandle.
GetHashDigestLength
();