terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ HashCore() [1/2]

override void System.Security.Cryptography.MD5CryptoServiceProvider.HashCore ( byte[] rgb,
int ibStart,
int cbSize )
inlineprotected

Definition at line 39 of file MD5CryptoServiceProvider.cs.

40 {
42 if (processingBufferCount != 0)
43 {
47 return;
48 }
49 long num;
50 this.ProcessBlock(rgb, (int)num);
51 if (cbSize != 0)
52 {
55 }
56 }
class f__AnonymousType0<< Count > j__TPar
static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)
Definition Buffer.cs:60
void ProcessBlock(byte[] inputBuffer, int inputOffset)

References System.Security.Cryptography.MD5CryptoServiceProvider._ProcessingBuffer, System.Security.Cryptography.MD5CryptoServiceProvider._ProcessingBufferCount, System.Buffer.BlockCopy(), j__TPar, and System.Security.Cryptography.MD5CryptoServiceProvider.ProcessBlock().