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