20 references to SHA384
System.Security.Cryptography (20)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2301hashAlgorithmIdentifier = HashAlgorithmNames.SHA384;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
86case HashAlgorithmNames.SHA384:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
542case HashAlgorithmNames.SHA384:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
201case HashAlgorithmNames.SHA384:
System\Security\Cryptography\CryptographicOperations.cs (1)
1108case HashAlgorithmNames.SHA384:
System\Security\Cryptography\HashAlgorithmNames.cs (3)
38return HashAlgorithmNames.SHA384; 58if (hashAlgorithmName.Equals(SHA384, StringComparison.OrdinalIgnoreCase)) 60return SHA384;
System\Security\Cryptography\HashProviderDispenser.Windows.cs (3)
38case HashAlgorithmNames.SHA384: 62case HashAlgorithmNames.SHA384: 218else if (hashAlgorithmId == HashAlgorithmNames.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\Pbkdf2Implementation.Windows.cs (1)
208case HashAlgorithmNames.SHA384:
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);