20 references to SHA512
System.Security.Cryptography (20)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2311hashAlgorithmIdentifier = HashAlgorithmNames.SHA512;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
89case HashAlgorithmNames.SHA512:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
543case HashAlgorithmNames.SHA512:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
202case HashAlgorithmNames.SHA512:
System\Security\Cryptography\CryptographicOperations.cs (1)
1106case HashAlgorithmNames.SHA512:
System\Security\Cryptography\HashAlgorithmNames.cs (3)
40return HashAlgorithmNames.SHA512; 63if (hashAlgorithmName.Equals(SHA512, StringComparison.OrdinalIgnoreCase)) 65return SHA512;
System\Security\Cryptography\HashProviderDispenser.Windows.cs (3)
39case HashAlgorithmNames.SHA512: 63case HashAlgorithmNames.SHA512: 225else if (hashAlgorithmId == HashAlgorithmNames.SHA512)
System\Security\Cryptography\Helpers.cs (1)
426case HashAlgorithmNames.SHA512:
System\Security\Cryptography\HMACCommon.cs (1)
79case HashAlgorithmNames.SHA512:
System\Security\Cryptography\HMACSHA512.cs (3)
23static string IHMACStatic.HashAlgorithmName => HashAlgorithmNames.SHA512; 46this.HashName = HashAlgorithmNames.SHA512; 47_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA512, key, BlockSize);
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (1)
209case HashAlgorithmNames.SHA512:
System\Security\Cryptography\SHA512.cs (2)
24static string IHashStatic.HashAlgorithmName => HashAlgorithmNames.SHA512; 192_hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA512);
System\Security\Cryptography\SHA512Managed.cs (1)
18_hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA512);