14 references to HMACSHA384
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\ConfigurationModel\ManagedAlgorithmHelpers.cs (1)
19typeof(HMACSHA384),
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorConfiguration.cs (2)
97else if (type == typeof(HMACSHA384)) 99return nameof(HMACSHA384);
Microsoft.AspNetCore.DataProtection.Tests (6)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs (5)
17[InlineData(typeof(Aes), typeof(HMACSHA384))] 62ValidationAlgorithmType = typeof(HMACSHA384) 70<validation algorithm='{typeof(HMACSHA384).AssemblyQualifiedName}' /> 95<validation algorithm='{typeof(HMACSHA384).AssemblyQualifiedName}' /> 118<validation algorithm='{typeof(HMACSHA384).AssemblyQualifiedName}' />
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorTests.cs (1)
42[InlineData(typeof(Aes), typeof(HMACSHA384))]
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
888[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA384))]
netstandard (1)
netstandard.cs (1)
1885[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA384))]
System.Security.Cryptography (2)
System\Security\Cryptography\CryptoConfig.cs (1)
118Type HMACSHA384Type = typeof(System.Security.Cryptography.HMACSHA384);
System\Security\Cryptography\HKDF.cs (1)
283return HMACSHA384.HashSizeInBytes;
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
31[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA384))]