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
AesCcm.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200031B")]
8 public sealed class AesCcm : global::System.IDisposable
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001AF2")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B1CAEC", Offset = "0x1B1CAEC", Length = "0x40")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
16 public AesCcm(byte[] key)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6001AF3")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1B1CB2C", Offset = "0x1B1CB2C", Length = "0x40")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
27 public AesCcm(global::System.ReadOnlySpan<byte> key)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x170002F7")]
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x6001AF4")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1B1CB6C", Offset = "0x1B1CB6C", Length = "0x38")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
40 get
41 {
42 throw null;
43 }
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x170002F8")]
47 public static KeySizes TagByteSizes
48 {
49 [global::Cpp2ILInjected.Token(Token = "0x6001AF5")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1B1CBA4", Offset = "0x1B1CBA4", Length = "0x38")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
54 get
55 {
56 throw null;
57 }
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x6001AF6")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1B1CBDC", Offset = "0x1B1CBDC", Length = "0x38")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
65 public void Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[] associatedData = null)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6001AF7")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1B1CC14", Offset = "0x1B1CC14", Length = "0x38")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
75 public void Decrypt(global::System.ReadOnlySpan<byte> nonce, global::System.ReadOnlySpan<byte> ciphertext, global::System.ReadOnlySpan<byte> tag, global::System.Span<byte> plaintext, global::System.ReadOnlySpan<byte> associatedData = default(global::System.ReadOnlySpan<byte>))
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x6001AF8")]
81 [global::Cpp2ILInjected.Address(RVA = "0x1B1CC4C", Offset = "0x1B1CC4C", Length = "0x4")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 public void Dispose()
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x6001AF9")]
89 [global::Cpp2ILInjected.Address(RVA = "0x1B1CC50", Offset = "0x1B1CC50", Length = "0x38")]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
93 public void Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[] associatedData = null)
94 {
95 throw null;
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x6001AFA")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1B1CC88", Offset = "0x1B1CC88", Length = "0x38")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
103 public void Encrypt(global::System.ReadOnlySpan<byte> nonce, global::System.ReadOnlySpan<byte> plaintext, global::System.Span<byte> ciphertext, global::System.Span<byte> tag, global::System.ReadOnlySpan<byte> associatedData = default(global::System.ReadOnlySpan<byte>))
104 {
105 throw null;
106 }
107 }
108}
class f__AnonymousType0<< Count > j__TPar
void Decrypt(global::System.ReadOnlySpan< byte > nonce, global::System.ReadOnlySpan< byte > ciphertext, global::System.ReadOnlySpan< byte > tag, global::System.Span< byte > plaintext, global::System.ReadOnlySpan< byte > associatedData=default(global::System.ReadOnlySpan< byte >))
Definition AesCcm.cs:75
void Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[] associatedData=null)
Definition AesCcm.cs:93
void Encrypt(global::System.ReadOnlySpan< byte > nonce, global::System.ReadOnlySpan< byte > plaintext, global::System.Span< byte > ciphertext, global::System.Span< byte > tag, global::System.ReadOnlySpan< byte > associatedData=default(global::System.ReadOnlySpan< byte >))
Definition AesCcm.cs:103
AesCcm(global::System.ReadOnlySpan< byte > key)
Definition AesCcm.cs:27
void Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[] associatedData=null)
Definition AesCcm.cs:65