Mixes for Privacy and Anonymity in the Internet
Classes | Macros | Enumerations | Variables
CASymChannelCipher.hpp File Reference

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"
 

Macro Definition Documentation

◆ CASymCipherMuxSocket

#define CASymCipherMuxSocket   CASymChannelCipher

Enumeration Type Documentation

◆ SYMCHANNELCIPHER_ALGORITHM

Enumerator
OFB 
CTR 
NULL_CIPHER 
UNDEFINED_CIPHER 

Variable Documentation

◆ SYMCHANNELCIPHER_ALG_NAME_CTR

const UINT8* const SYMCHANNELCIPHER_ALG_NAME_CTR = (const UINT8* const) "AES/CTR"

◆ SYMCHANNELCIPHER_ALG_NAME_NULL

const UINT8* const SYMCHANNELCIPHER_ALG_NAME_NULL = (const UINT8* const) "NULL"

◆ SYMCHANNELCIPHER_ALG_NAME_OFB

const UINT8* const SYMCHANNELCIPHER_ALG_NAME_OFB = (const UINT8* const) "AES/OFB/ANON"