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
System.Security.Cryptography.MACTripleDES Class Reference
+ Inheritance diagram for System.Security.Cryptography.MACTripleDES:

Public Member Functions

 MACTripleDES ()
 
 MACTripleDES (byte[] rgbKey)
 
 MACTripleDES (string strTripleDES, byte[] rgbKey)
 
override void Initialize ()
 
void Dispose ()
 
byte[] ComputeHash (byte[] buffer)
 
byte[] ComputeHash (byte[] buffer, int offset, int count)
 
byte[] ComputeHash (Stream inputStream)
 
bool TryComputeHash (ReadOnlySpan< byte > source, Span< byte > destination, [Out] int bytesWritten)
 
void Clear ()
 
int TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
 
byte[] TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount)
 

Static Public Member Functions

static new KeyedHashAlgorithm Create ()
 
static new KeyedHashAlgorithm Create (string algName)
 

Protected Member Functions

override void HashCore (byte[] rgbData, int ibStart, int cbSize)
 
override byte[] HashFinal ()
 
override void Dispose (bool disposing)
 
virtual void HashCore (ReadOnlySpan< byte > source)
 
virtual bool TryHashFinal (Span< byte > destination, [Out] int bytesWritten)
 

Protected Attributes

byte[] KeyValue
 
int HashSizeValue
 
int State
 

Package Attributes

byte[] HashValue
 

Properties

PaddingMode Padding [get, set]
 
virtual byte[] Key [get, set]
 
virtual int HashSize [get]
 
virtual byte[] Hash [get]
 
virtual int InputBlockSize [get]
 
virtual int OutputBlockSize [get]
 
virtual bool CanTransformMultipleBlocks [get]
 
virtual bool CanReuseTransform [get]
 

Private Member Functions

byte[] CaptureHashCodeAndReinitialize ()
 
void ValidateTransformBlock (byte[] inputBuffer, int inputOffset, int inputCount)
 

Private Attributes

ICryptoTransform m_encryptor
 
CryptoStream _cs
 
TailStream _ts
 
int m_bytesPerBlock
 
TripleDES des
 
bool _disposed
 

Static Private Attributes

const int m_bitsPerByte = 8
 

Detailed Description

Definition at line 8 of file MACTripleDES.cs.


The documentation for this class was generated from the following file: