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.MACTripleDES.HashCore ( byte[] rgbData,
int ibStart,
int cbSize )
inlineprotected

Definition at line 109 of file MACTripleDES.cs.

110 {
111 if (this.m_encryptor != null)
112 {
113 CryptoStream cs = this._cs;
114 return;
115 }
116 TripleDES tripleDES = this.des;
117 TripleDES tripleDES2 = this.des;
118 TripleDES tripleDES3 = this.des;
120 ICryptoTransform encryptor = this.m_encryptor;
121 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.MACTripleDES._cs, System.Security.Cryptography.MACTripleDES.des, j__TPar, and System.Security.Cryptography.MACTripleDES.m_encryptor.