19 references to SHA3_384
System.Security.Cryptography (19)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2306hashAlgorithmIdentifier = HashAlgorithmNames.SHA3_384;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
95case HashAlgorithmNames.SHA3_384:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
552case HashAlgorithmNames.SHA3_384:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
206case HashAlgorithmNames.SHA3_384:
System\Security\Cryptography\CryptographicOperations.cs (2)
1117case HashAlgorithmNames.SHA3_384: 1118if (!HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_384))
System\Security\Cryptography\HashProviderDispenser.Windows.cs (3)
42case HashAlgorithmNames.SHA3_384: 66case HashAlgorithmNames.SHA3_384: 239else if (hashAlgorithmId == HashAlgorithmNames.SHA3_384)
System\Security\Cryptography\HMACCommon.cs (1)
86case HashAlgorithmNames.SHA3_384:
System\Security\Cryptography\HMACSHA3_384.cs (4)
20static string IHMACStatic.HashAlgorithmName => HashAlgorithmNames.SHA3_384; 70this.HashName = HashAlgorithmNames.SHA3_384; 71_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA3_384, key, BlockSize); 84public static bool IsSupported { get; } = HashProviderDispenser.MacSupported(HashAlgorithmNames.SHA3_384);
System\Security\Cryptography\IncrementalHash.cs (1)
459case HashAlgorithmNames.SHA3_384 when !SHA3_384.IsSupported:
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (1)
213case HashAlgorithmNames.SHA3_384:
System\Security\Cryptography\SHA3_384.cs (3)
24static string IHashStatic.HashAlgorithmName => HashAlgorithmNames.SHA3_384; 52public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_384); 237_hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA3_384);