17 references to SHA384
System.Security.Cryptography (17)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.DigestAlgs.cs (2)
134case HashAlgorithmNames.SHA384: return EvpSha384(); 163case HashAlgorithmNames.SHA384:
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2337hashAlgorithmIdentifier = HashAlgorithmNames.SHA384;
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
86case HashAlgorithmNames.SHA384:
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
542case HashAlgorithmNames.SHA384:
System\Security\Cryptography\CryptographicOperations.cs (1)
1070case HashAlgorithmNames.SHA384:
System\Security\Cryptography\HashAlgorithmNames.cs (3)
38return HashAlgorithmNames.SHA384; 58if (hashAlgorithmName.Equals(SHA384, StringComparison.OrdinalIgnoreCase)) 60return SHA384;
System\Security\Cryptography\Helpers.cs (1)
425case HashAlgorithmNames.SHA384:
System\Security\Cryptography\HMACCommon.cs (1)
76case HashAlgorithmNames.SHA384:
System\Security\Cryptography\HMACSHA384.cs (3)
23static string IHMACStatic.HashAlgorithmName => HashAlgorithmNames.SHA384; 46this.HashName = HashAlgorithmNames.SHA384; 47_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA384, key, BlockSize);
System\Security\Cryptography\SHA384.cs (2)
24static string IHashStatic.HashAlgorithmName => HashAlgorithmNames.SHA384; 192_hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA384);
System\Security\Cryptography\SHA384Managed.cs (1)
18_hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA384);