8 references to ProcessStream
System.Security.Cryptography (8)
System\Security\Cryptography\LiteHashProvider.cs (4)
16return ProcessStream(hash, source, destination); 23int written = ProcessStream(hash, source, result); 64return ProcessStream(hash, source, destination); 75int written = ProcessStream(hash, source, result);
System\Security\Cryptography\LiteHashProvider.Xof.cs (4)
16int written = ProcessStream(hash, source, destination); 24int written = ProcessStream(hash, source, result); 38int written = ProcessStream(hash, source, destination); 52int written = ProcessStream(hash, source, result);