2 overrides of GetCurrentHash
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
131public override int GetCurrentHash(Span<byte> destination) 207public 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) :