| 
    Mixes for Privacy and Anonymity in the Internet
    
   | 
 
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 |