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

Static Package Functions

static byte[] GenerateRandom (int keySize)
 
static bool HasAlgorithm (int dwCalg, int dwKeySize)
 
static string DiscardWhiteSpaces (string inputBuffer)
 
static string DiscardWhiteSpaces (string inputBuffer, int inputOffset, int inputCount)
 
static int ConvertByteArrayToInt (byte[] input)
 
static byte[] ConvertIntToByteArray (int dwInput)
 
static void ConvertIntToByteArray (uint dwInput, ref byte[] counter)
 
static byte[] FixupKeyParity (byte[] key)
 
static unsafe void DWORDFromLittleEndian (uint *x, int digits, byte *block)
 
static void DWORDToLittleEndian (byte[] block, uint[] x, int digits)
 
static unsafe void DWORDFromBigEndian (uint *x, int digits, byte *block)
 
static void DWORDToBigEndian (byte[] block, uint[] x, int digits)
 
static unsafe void QuadWordFromBigEndian (ulong *x, int digits, byte *block)
 
static void QuadWordToBigEndian (byte[] block, ulong[] x, int digits)
 
static byte[] Int (uint i)
 
static byte[] RsaOaepEncrypt (RSA rsa, HashAlgorithm hash, PKCS1MaskGenerationMethod mgf, RandomNumberGenerator rng, byte[] data)
 
static byte[] RsaOaepDecrypt (RSA rsa, HashAlgorithm hash, PKCS1MaskGenerationMethod mgf, byte[] encryptedData)
 
static byte[] RsaPkcs1Padding (RSA rsa, byte[] oid, byte[] hash)
 
static bool CompareBigIntArrays (byte[] lhs, byte[] rhs)
 
static HashAlgorithmName OidToHashAlgorithmName (string oid)
 
static bool DoesRsaKeyOverride (RSA rsaKey, string methodName, global::System.Type[] parameterTypes)
 
static bool _ProduceLegacyHmacValues ()
 

Static Package Attributes

const int DefaultRsaProviderType = 1
 

Properties

static RNGCryptoServiceProvider StaticRandomNumberGenerator [get, set]
 

Static Private Member Functions

static Utils ()
 
static bool DoesRsaKeyOverrideSlowPath (global::System.Type t, string methodName, global::System.Type[] parameterTypes)
 

Static Private Attributes

static RNGCryptoServiceProvider _rng
 

Detailed Description

Definition at line 10 of file Utils.cs.


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