2 overrides of GetCurrentHash
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
131
public override int
GetCurrentHash
(Span<byte> destination)
207
public override int
GetCurrentHash
(Span<byte> destination)
2 references to GetCurrentHash
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (1)
135
_hMacProvider.
GetCurrentHash
(destination);
System\Security\Cryptography\IncrementalHash.cs (1)
269
_hash.
GetCurrentHash
(destination) :