Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Cryptography.AesBCryptModes Class Reference

Static Package Functions

static SafeAlgorithmHandle GetSharedHandle (CipherMode cipherMode, int feedback)
 
static Lazy< SafeAlgorithmHandleOpenAesAlgorithm (string cipherMode, int feedback=0)
 
static Internal.NativeCrypto.SafeAlgorithmHandle GetSharedHandle (CipherMode cipherMode, int feedback)
 
static Lazy< Internal.NativeCrypto.SafeAlgorithmHandleOpenAesAlgorithm (string cipherMode, int feedback=0)
 

Static Private Attributes

static readonly Lazy< SafeAlgorithmHandles_hAlgCbc = OpenAesAlgorithm("ChainingModeCBC")
 
static readonly Lazy< SafeAlgorithmHandles_hAlgEcb = OpenAesAlgorithm("ChainingModeECB")
 
static readonly Lazy< SafeAlgorithmHandles_hAlgCfb128 = OpenAesAlgorithm("ChainingModeCFB", 16)
 
static readonly Lazy< SafeAlgorithmHandles_hAlgCfb8 = OpenAesAlgorithm("ChainingModeCFB", 1)
 
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandles_hAlgCbc = OpenAesAlgorithm("ChainingModeCBC")
 
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandles_hAlgEcb = OpenAesAlgorithm("ChainingModeECB")
 
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandles_hAlgCfb128 = OpenAesAlgorithm("ChainingModeCFB", 16)
 
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandles_hAlgCfb8 = OpenAesAlgorithm("ChainingModeCFB", 1)
 

Detailed Description

Definition at line 7 of file AesBCryptModes.cs.


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