4 references to HMAC_SHA512
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
100
getter: () => CachedAlgorithmHandles.
HMAC_SHA512
,
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win7Pbkdf2Provider.cs (1)
93
return CachedAlgorithmHandles.
HMAC_SHA512
;
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
83
else 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);