4 references to ProcessStreamAsync
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHashProvider.cs (2)
54return ProcessStreamAsync(hash, hash.HashSizeInBytes, source, cancellationToken); 108return ProcessStreamAsync(hash, hash.HashSizeInBytes, source, cancellationToken);
System\Security\Cryptography\LiteHashProvider.Xof.cs (2)
84return ProcessStreamAsync(hash, outputLength, source, cancellationToken); 120return ProcessStreamAsync(hash, outputLength, source, cancellationToken);