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
SHA384.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x20002FD")]
11 public abstract class SHA384 : HashAlgorithm
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60019EA")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B0EB48", Offset = "0x1B0EB48", Length = "0x20")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashAlgorithm), Member = ".ctor", ReturnType = typeof(void))]
17 protected SHA384()
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x60019EB")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1B0B73C", Offset = "0x1B0B73C", Length = "0x50")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.PKCS1), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(HashAlgorithm))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSACryptoServiceProvider), Member = "InternalHashToHashAlgorithm", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(HashAlgorithm))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.PKCS1", Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(HashAlgorithm))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Authenticode.AuthenticodeDeformatter", Member = "CheckSignature", ReturnType = typeof(bool))]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SHA384Managed), Member = ".ctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
31 public new static SHA384 Create()
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x60019EC")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1B0EC5C", Offset = "0x1B0EC5C", Length = "0xA0")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptoConfig), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(object))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
42 public new static SHA384 Create(string hashName)
43 {
44 throw null;
45 }
46 }
47}
class f__AnonymousType0<< Count > j__TPar
static new SHA384 Create(string hashName)
Definition SHA384.cs:42
static new SHA384 Create()
Definition SHA384.cs:31