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

◆ Reset()

void System.Security.Cryptography.RijndaelManagedTransform.Reset ( )
inline

Definition at line 193 of file RijndaelManagedTransform.cs.

194 {
195 CipherMode cipherMode = this.m_cipherMode;
196 int[] iv = this.m_IV;
199 long num = 0L;
200 long num2 = 0L;
201 bool flag = Buffer.InternalBlockCopy(iv, (int)num, lastBlockBuffer, (int)num2, blockSizeBytes);
202 CipherMode cipherMode2 = this.m_cipherMode;
203 int nb = this.m_Nb;
204 int[] iv2 = this.m_IV;
205 byte[] shiftRegister = this.m_shiftRegister;
206 long num3 = 0L;
207 long num4 = 0L;
209 }
class f__AnonymousType0<< Count > j__TPar
static bool InternalBlockCopy(Array src, int srcOffsetBytes, Array dst, int dstOffsetBytes, int byteCount)
Definition Buffer.cs:13

References System.Buffer.InternalBlockCopy(), j__TPar, System.L, System.Security.Cryptography.RijndaelManagedTransform.m_blockSizeBytes, System.Security.Cryptography.RijndaelManagedTransform.m_cipherMode, System.Security.Cryptography.RijndaelManagedTransform.m_IV, System.Security.Cryptography.RijndaelManagedTransform.m_lastBlockBuffer, System.Security.Cryptography.RijndaelManagedTransform.m_Nb, and System.Security.Cryptography.RijndaelManagedTransform.m_shiftRegister.