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

Static Package Functions

static SafeAlgorithmHandle GetSharedHandle (CipherMode cipherMode, int feedback)
 
static Internal.NativeCrypto.SafeAlgorithmHandle GetSharedHandle (CipherMode cipherMode, int feedback)
 

Static Private Member Functions

static Lazy< SafeAlgorithmHandleOpen3DesAlgorithm (string cipherMode, int feedback=0)
 
static Lazy< Internal.NativeCrypto.SafeAlgorithmHandleOpen3DesAlgorithm (string cipherMode, int feedback=0)
 

Static Private Attributes

static readonly Lazy< SafeAlgorithmHandles_hAlgCbc = Open3DesAlgorithm("ChainingModeCBC")
 
static readonly Lazy< SafeAlgorithmHandles_hAlgEcb = Open3DesAlgorithm("ChainingModeECB")
 
static readonly Lazy< SafeAlgorithmHandles_hAlgCfb8 = Open3DesAlgorithm("ChainingModeCFB", 1)
 
static readonly Lazy< SafeAlgorithmHandles_hAlgCfb64 = Open3DesAlgorithm("ChainingModeCFB", 8)
 
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandles_hAlgCbc = Open3DesAlgorithm("ChainingModeCBC")
 
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandles_hAlgEcb = Open3DesAlgorithm("ChainingModeECB")
 
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandles_hAlgCfb8 = Open3DesAlgorithm("ChainingModeCFB", 1)
 
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandles_hAlgCfb64 = Open3DesAlgorithm("ChainingModeCFB", 8)
 

Detailed Description

Definition at line 7 of file TripleDesBCryptModes.cs.


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