System\Security\Cryptography\HMACSHA512.cs (7)
39this.HashName = HashAlgorithmNames.SHA512;
40_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA512, key, BlockSize);
166bytesWritten = HashProviderDispenser.OneShotHashProvider.MacData(HashAlgorithmNames.SHA512, key, source, destination);
202return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA512, key, source, destination);
224return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA512, HashSizeInBytes, key, source);
269return LiteHashProvider.HmacStreamAsync(HashAlgorithmNames.SHA512, key.Span, source, cancellationToken);
334HashAlgorithmNames.SHA512,