System\Security\Cryptography\HMACSHA1.cs (7)
40this.HashName = HashAlgorithmNames.SHA1;
41_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA1, key, BlockSize);
160bytesWritten = HashProviderDispenser.OneShotHashProvider.MacData(HashAlgorithmNames.SHA1, key, source, destination);
196return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA1, key, source, destination);
218return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA1, HashSizeInBytes, key, source);
263return LiteHashProvider.HmacStreamAsync(HashAlgorithmNames.SHA1, key.Span, source, cancellationToken);
328HashAlgorithmNames.SHA1,