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
HMACMD5.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: 0x020002DB RID: 731
7
[
ComVisible
(
true
)]
8
public
class
HMACMD5
:
HMAC
9
{
10
// Token: 0x060018A9 RID: 6313 RVA: 0x00034D78 File Offset: 0x00032F78
11
public
HMACMD5
()
12
{
13
if
(!
true
)
14
{
15
}
16
byte
[]
array
=
Utils
.
GenerateRandom
(64);
17
}
18
19
// Token: 0x060018AA RID: 6314 RVA: 0x00034D90 File Offset: 0x00032F90
20
public
HMACMD5
(
byte
[]
key
)
21
{
22
this.blockSizeValue
= 64;
23
base
..ctor();
24
this.m_hashName
=
"MD5"
;
25
this.HashSizeValue
= 128;
26
base
.InitializeKey(
key
);
27
}
28
}
29
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.HMACMD5.HMACMD5
HMACMD5(byte[] key)
Definition
HMACMD5.cs:20
System.Security.Cryptography.HMACMD5.HMACMD5
HMACMD5()
Definition
HMACMD5.cs:11
System.Security.Cryptography.HMACMD5
Definition
HMACMD5.cs:9
System.Security.Cryptography.HMAC
Definition
HMAC.cs:10
System.Security.Cryptography.Utils.GenerateRandom
static byte[] GenerateRandom(int keySize)
Definition
Utils.cs:47
System.Security.Cryptography.Utils
Definition
Utils.cs:8
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System.ExceptionArgument.key
@ key
System.ExceptionArgument.array
@ array
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
HMACMD5.cs
Generated by
1.10.0