4 references to GetHashAndResetCore
System.Security.Cryptography (4)
System\Security\Cryptography\IncrementalHash.cs (4)
127int written = GetHashAndResetCore(ret); 156return GetHashAndResetCore(destination); 169bytesWritten = GetHashAndResetCore(destination); 339VerifyCore(hash, this, static (IncrementalHash ih, Span<byte> buffer) => ih.GetHashAndResetCore(buffer));