Mixe for Privacy and Anonymity in the Internet
|
#include "CALockAble.hpp"
Go to the source code of this file.
Classes | |
class | CASymChannelCipher |
Macros | |
#define | CASymCipherMuxSocket CASymChannelCipher |
Enumerations | |
enum | SYMCHANNELCIPHER_ALGORITHM { OFB , CTR , NULL_CIPHER , UNDEFINED_CIPHER } |
Variables | |
const UINT8 *const | SYMCHANNELCIPHER_ALG_NAME_OFB = (const UINT8* const) "AES/OFB/ANON" |
const UINT8 *const | SYMCHANNELCIPHER_ALG_NAME_CTR = (const UINT8* const) "AES/CTR" |
const UINT8 *const | SYMCHANNELCIPHER_ALG_NAME_NULL = (const UINT8* const) "NULL" |
#define CASymCipherMuxSocket CASymChannelCipher |
Definition at line 112 of file CASymChannelCipher.hpp.
Enumerator | |
---|---|
OFB | |
CTR | |
NULL_CIPHER | |
UNDEFINED_CIPHER |
Definition at line 61 of file CASymChannelCipher.hpp.
Definition at line 58 of file CASymChannelCipher.hpp.
Referenced by CASymChannelCipherFactory::getAlgIDFromString(), and CASymChannelCipher::getAlgorithmName().
Definition at line 59 of file CASymChannelCipher.hpp.
Referenced by CASymChannelCipherFactory::getAlgIDFromString(), and CASymChannelCipher::getAlgorithmName().
Definition at line 57 of file CASymChannelCipher.hpp.
Referenced by CASymChannelCipherFactory::getAlgIDFromString(), and CASymChannelCipher::getAlgorithmName().