7 references to HashAlgorithmId
System.Security.Cryptography (7)
System\Security\Cryptography\Shake256.cs (7)
37_hashProvider = LiteHashProvider.CreateXof(HashAlgorithmId);
51public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmId);
361return LiteHashProvider.XofStream(HashAlgorithmId, outputLength, source);
389LiteHashProvider.XofStream(HashAlgorithmId, source, destination);
425return LiteHashProvider.XofStreamAsync(HashAlgorithmId, source, destination, cancellationToken);
467return LiteHashProvider.XofStreamAsync(HashAlgorithmId, outputLength, source, cancellationToken);
472HashProviderDispenser.OneShotHashProvider.HashDataXof(HashAlgorithmId, source, destination);