terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Rijndael.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002EC")]
10 public abstract class Rijndael : SymmetricAlgorithm
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600191E")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B02644", Offset = "0x1B02644", Length = "0x7C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RijndaelManaged), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SymmetricAlgorithm), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19 protected Rijndael()
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x600191F")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1B026C0", Offset = "0x1B026C0", Length = "0x50")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RijndaelManaged), Member = ".ctor", ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
29 public new static Rijndael Create()
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6001920")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1B027E8", Offset = "0x1B027E8", Length = "0xA4")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptoConfig), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(object))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
40 public new static Rijndael Create(string algName)
41 {
42 throw null;
43 }
44
45 // Note: this type is marked as 'beforefieldinit'.
46 [global::Cpp2ILInjected.Token(Token = "0x6001921")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1B0288C", Offset = "0x1B0288C", Length = "0x144")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
51 static Rijndael()
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x4000CD4")]
57 private static KeySizes[] s_legalBlockSizes;
58
59 [global::Cpp2ILInjected.Token(Token = "0x4000CD5")]
60 private static KeySizes[] s_legalKeySizes;
61 }
62}
class f__AnonymousType0<< Count > j__TPar
static new Rijndael Create(string algName)
Definition Rijndael.cs:40
static KeySizes[] s_legalBlockSizes
Definition Rijndael.cs:57
static new Rijndael Create()
Definition Rijndael.cs:29