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

◆ UpdateIOPadBuffers()

void System.Security.Cryptography.HMAC.UpdateIOPadBuffers ( )
inlineprivateinherited

Definition at line 27 of file HMAC.cs.

28 {
29 if (this.m_inner == null)
30 {
31 int num = this.blockSizeValue;
32 }
33 if (this.m_outer == null)
34 {
35 int num2 = this.blockSizeValue;
36 }
37 int num3 = this.blockSizeValue;
38 int num4 = 54;
39 int num5 = 92;
42 byte[] keyValue = this.KeyValue;
44 byte[] outer = this.m_outer;
45 byte[] keyValue2 = this.KeyValue;
47 byte[] keyValue3 = this.KeyValue;
48 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.HMAC.blockSizeValue, j__TPar, System.Security.Cryptography.KeyedHashAlgorithm.KeyValue, System.Security.Cryptography.HMAC.m_inner, and System.Security.Cryptography.HMAC.m_outer.