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