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