3 references to HMAC_SHA1
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
52getter: () => CachedAlgorithmHandles.HMAC_SHA1,
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win7Pbkdf2Provider.cs (1)
89return CachedAlgorithmHandles.HMAC_SHA1;
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
81if (configuration.HashAlgorithm == Constants.BCRYPT_SHA1_ALGORITHM) { algorithmHandle = CachedAlgorithmHandles.HMAC_SHA1; }