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
SHA1CryptoServiceProvider.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Security.Cryptography
5
{
6
// Token: 0x02000319 RID: 793
7
[
ComVisible
(
true
)]
8
public
sealed
class
SHA1CryptoServiceProvider
:
SHA1
9
{
10
// Token: 0x06001AE9 RID: 6889 RVA: 0x0003A1C8 File Offset: 0x000383C8
11
public
SHA1CryptoServiceProvider
()
12
{
13
}
14
15
// Token: 0x06001AEA RID: 6890 RVA: 0x0003A1DC File Offset: 0x000383DC
16
protected
override
void
Finalize
()
17
{
18
base
.Finalize();
19
}
20
21
// Token: 0x06001AEB RID: 6891 RVA: 0x0003A210 File Offset: 0x00038410
22
protected
override
void
Dispose
(
bool
disposing
)
23
{
24
base
.Dispose(
disposing
);
25
}
26
27
// Token: 0x06001AEC RID: 6892 RVA: 0x0003A224 File Offset: 0x00038424
28
protected
override
void
HashCore
(
byte
[]
rgb
,
int
ibStart
,
int
cbSize)
29
{
30
SHA1Internal
sha1Internal
= this.
sha
;
31
this.State
= 1;
32
sha1Internal.
HashCore
(
rgb
,
ibStart
, cbSize);
33
}
34
35
// Token: 0x06001AED RID: 6893 RVA: 0x0003A248 File Offset: 0x00038448
36
protected
override
byte
[]
HashFinal
()
37
{
38
return
this.
sha
.
HashFinal
();
39
}
40
41
// Token: 0x06001AEE RID: 6894 RVA: 0x0003A260 File Offset: 0x00038460
42
public
override
void
Initialize
()
43
{
44
uint[]
h
= this.
sha
.
_H
;
45
}
46
47
// Token: 0x04000DB4 RID: 3508
48
private
SHA1Internal
sha
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.SHA1CryptoServiceProvider.Initialize
override void Initialize()
Definition
SHA1CryptoServiceProvider.cs:42
System.Security.Cryptography.SHA1CryptoServiceProvider.SHA1CryptoServiceProvider
SHA1CryptoServiceProvider()
Definition
SHA1CryptoServiceProvider.cs:11
System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore
override void HashCore(byte[] rgb, int ibStart, int cbSize)
Definition
SHA1CryptoServiceProvider.cs:28
System.Security.Cryptography.SHA1CryptoServiceProvider.Dispose
override void Dispose(bool disposing)
Definition
SHA1CryptoServiceProvider.cs:22
System.Security.Cryptography.SHA1CryptoServiceProvider.Finalize
override void Finalize()
Definition
SHA1CryptoServiceProvider.cs:16
System.Security.Cryptography.SHA1CryptoServiceProvider.sha
SHA1Internal sha
Definition
SHA1CryptoServiceProvider.cs:48
System.Security.Cryptography.SHA1CryptoServiceProvider.HashFinal
override byte[] HashFinal()
Definition
SHA1CryptoServiceProvider.cs:36
System.Security.Cryptography.SHA1CryptoServiceProvider
Definition
SHA1CryptoServiceProvider.cs:9
System.Security.Cryptography.SHA1Internal._H
uint[] _H
Definition
SHA1Internal.cs:108
System.Security.Cryptography.SHA1Internal.HashFinal
byte[] HashFinal()
Definition
SHA1Internal.cs:35
System.Security.Cryptography.SHA1Internal.HashCore
void HashCore(byte[] rgb, int ibStart, int cbSize)
Definition
SHA1Internal.cs:15
System.Security.Cryptography.SHA1Internal
Definition
SHA1Internal.cs:7
System.Security.Cryptography.SHA1
Definition
SHA1.cs:10
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
SHA1CryptoServiceProvider.cs
Generated by
1.10.0