|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
| static SafeAlgorithmHandle | GetSharedHandle (CipherMode cipherMode, int feedback) |
| static Lazy< SafeAlgorithmHandle > | OpenAesAlgorithm (string cipherMode, int feedback=0) |
| static Internal.NativeCrypto.SafeAlgorithmHandle | GetSharedHandle (CipherMode cipherMode, int feedback) |
| static Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | OpenAesAlgorithm (string cipherMode, int feedback=0) |
Static Private Attributes | |
| static readonly Lazy< SafeAlgorithmHandle > | s_hAlgCbc = OpenAesAlgorithm("ChainingModeCBC") |
| static readonly Lazy< SafeAlgorithmHandle > | s_hAlgEcb = OpenAesAlgorithm("ChainingModeECB") |
| static readonly Lazy< SafeAlgorithmHandle > | s_hAlgCfb128 = OpenAesAlgorithm("ChainingModeCFB", 16) |
| static readonly Lazy< SafeAlgorithmHandle > | s_hAlgCfb8 = OpenAesAlgorithm("ChainingModeCFB", 1) |
| static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | s_hAlgCbc = OpenAesAlgorithm("ChainingModeCBC") |
| static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | s_hAlgEcb = OpenAesAlgorithm("ChainingModeECB") |
| static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | s_hAlgCfb128 = OpenAesAlgorithm("ChainingModeCFB", 16) |
| static readonly Lazy< Internal.NativeCrypto.SafeAlgorithmHandle > | s_hAlgCfb8 = OpenAesAlgorithm("ChainingModeCFB", 1) |
Definition at line 7 of file AesBCryptModes.cs.