4 references to HMAC_SHA512
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
100getter: () => CachedAlgorithmHandles.HMAC_SHA512,
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win7Pbkdf2Provider.cs (1)
93return CachedAlgorithmHandles.HMAC_SHA512;
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
83else if (configuration.HashAlgorithm == Constants.BCRYPT_SHA512_ALGORITHM) { algorithmHandle = CachedAlgorithmHandles.HMAC_SHA512; }
SP800_108\Win7SP800_108_CTR_HMACSHA512Provider.cs (1)
17_hashHandle = CachedAlgorithmHandles.HMAC_SHA512.CreateHmac(pbKdk, cbKdk);