|
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
|
Inheritance diagram for Mono.Security.Cryptography.MD2Managed:
Collaboration diagram for Mono.Security.Cryptography.MD2Managed:Public Member Functions | |
| MD2Managed () | |
| override void | Initialize () |
| MD2Managed () | |
| override void | Initialize () |
| byte[] | ComputeHash (byte[] buffer) |
| byte[] | ComputeHash (byte[] buffer, int offset, int count) |
| byte[] | ComputeHash (global::System.IO.Stream inputStream) |
| bool | TryComputeHash (global::System.ReadOnlySpan< byte > source, global::System.Span< byte > destination, out int bytesWritten) |
| void | Dispose () |
| 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 MD2 | Create () |
| static new MD2 | Create () |
| static HashAlgorithm | Create (string hashName) |
Protected Member Functions | |
| override void | HashCore (byte[] array, int ibStart, int cbSize) |
| override byte[] | HashFinal () |
| override void | HashCore (byte[] array, int ibStart, int cbSize) |
| override byte[] | HashFinal () |
| virtual void | Dispose (bool disposing) |
| virtual void | HashCore (global::System.ReadOnlySpan< byte > source) |
| virtual bool | TryHashFinal (global::System.Span< byte > destination, out int bytesWritten) |
Protected Attributes | |
| int | HashSizeValue |
| int | State |
Package Attributes | |
| byte[] | HashValue |
Properties | |
| virtual int | HashSize [get, set] |
| virtual byte[] | Hash [get, set] |
| virtual int | InputBlockSize [get, set] |
| virtual int | OutputBlockSize [get, set] |
| virtual bool | CanTransformMultipleBlocks [get, set] |
| virtual bool | CanReuseTransform [get, set] |
Private Member Functions | |
| byte[] | Padding (int nLength) |
| void | MD2Transform (byte[] state, byte[] checksum, byte[] block, int index) |
| byte[] | Padding (int nLength) |
| void | MD2Transform (byte[] state, byte[] checksum, byte[] block, int index) |
| byte[] | CaptureHashCodeAndReinitialize () |
| void | ValidateTransformBlock (byte[] inputBuffer, int inputOffset, int inputCount) |
Static Private Member Functions | |
| static | MD2Managed () |
| static | MD2Managed () |
Private Attributes | |
| byte[] | state |
| byte[] | checksum |
| byte[] | buffer |
| int | count |
| byte[] | x |
| bool | _disposed |
Static Private Attributes | |
| static readonly byte[] | PI_SUBST |
Definition at line 10 of file MD2Managed.cs.