Terraria v1.4.4.9
Terraria source code documentation
|
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< SafeAlgorithmHandle > | Open3DesAlgorithm (string cipherMode, int feedback=0) |
static Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | Open3DesAlgorithm (string cipherMode, int feedback=0) |
Static Private Attributes | |
static readonly Lazy< SafeAlgorithmHandle > | s_hAlgCbc = Open3DesAlgorithm("ChainingModeCBC") |
static readonly Lazy< SafeAlgorithmHandle > | s_hAlgEcb = Open3DesAlgorithm("ChainingModeECB") |
static readonly Lazy< SafeAlgorithmHandle > | s_hAlgCfb8 = Open3DesAlgorithm("ChainingModeCFB", 1) |
static readonly Lazy< SafeAlgorithmHandle > | s_hAlgCfb64 = Open3DesAlgorithm("ChainingModeCFB", 8) |
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | s_hAlgCbc = Open3DesAlgorithm("ChainingModeCBC") |
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | s_hAlgEcb = Open3DesAlgorithm("ChainingModeECB") |
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | s_hAlgCfb8 = Open3DesAlgorithm("ChainingModeCFB", 1) |
static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | s_hAlgCfb64 = Open3DesAlgorithm("ChainingModeCFB", 8) |
Definition at line 7 of file TripleDesBCryptModes.cs.