System\Security\Cryptography\HMACSHA384.cs (7)
39this.HashName = HashAlgorithmNames.SHA384;
40_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA384, key, BlockSize);
169bytesWritten = HashProviderDispenser.OneShotHashProvider.MacData(HashAlgorithmNames.SHA384, key, source, destination);
205return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA384, key, source, destination);
227return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA384, HashSizeInBytes, key, source);
272return LiteHashProvider.HmacStreamAsync(HashAlgorithmNames.SHA384, key.Span, source, cancellationToken);
337HashAlgorithmNames.SHA384,