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
Aes.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=7cec85d7bea7798e")]
9 [global::Cpp2ILInjected.Token(Token = "0x20002C3")]
10 public abstract class Aes : SymmetricAlgorithm
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60017F5")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AF87A4", Offset = "0x1AF87A4", Length = "0x84")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AesManaged", Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AesCryptoServiceProvider", Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SymmetricAlgorithm), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19 protected Aes()
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60017F6")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1AF8828", Offset = "0x1AF8828", Length = "0x64")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
28 public new static Aes Create()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x60017F7")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1AF888C", Offset = "0x1AF888C", Length = "0xF4")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptoConfig), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(object))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
40 public new static Aes Create(string algorithmName)
41 {
42 throw null;
43 }
44
45 // Note: this type is marked as 'beforefieldinit'.
46 [global::Cpp2ILInjected.Token(Token = "0x60017F8")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1AF8980", Offset = "0x1AF8980", Length = "0x138")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
52 static Aes()
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x4000C75")]
58 private static KeySizes[] s_legalBlockSizes;
59
60 [global::Cpp2ILInjected.Token(Token = "0x4000C76")]
61 private static KeySizes[] s_legalKeySizes;
62 }
63}
class f__AnonymousType0<< Count > j__TPar
static KeySizes[] s_legalKeySizes
Definition Aes.cs:61
static KeySizes[] s_legalBlockSizes
Definition Aes.cs:58
static new Aes Create(string algorithmName)
Definition Aes.cs:40
static new Aes Create()
Definition Aes.cs:28