Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6crypto.h File Reference
#include "p6entropy.h"

Go to the source code of this file.

Classes

struct  P6R::P6CRYPTODATASINK
 
struct  P6R::P6CRYPTODATASOURCE
 

Namespaces

 P6R
 

Enumerations

enum  P6R::P6CRYPTOCIPHER {
  P6R::CIPHER_AES_CBC, P6R::CIPHER_AES_CFB, P6R::CIPHER_AES_CTR, P6R::CIPHER_AES_ECB,
  P6R::CIPHER_AES_OFB, P6R::CIPHER_BF_CBC, P6R::CIPHER_BF_CFB, P6R::CIPHER_BF_ECB,
  P6R::CIPHER_BF_OFB, P6R::CIPHER_CAST_CBC, P6R::CIPHER_CAST_CFB, P6R::CIPHER_CAST_ECB,
  P6R::CIPHER_CAST_OFB, P6R::CIPHER_DES_CBC, P6R::CIPHER_DES_CFB, P6R::CIPHER_DES_ECB,
  P6R::CIPHER_DES_OFB, P6R::CIPHER_DES3_CBC, P6R::CIPHER_DES3_CFB, P6R::CIPHER_DES3_ECB,
  P6R::CIPHER_DES3_OFB, P6R::CIPHER_DESX_CBC, P6R::CIPHER_RC2_CBC, P6R::CIPHER_RC2_CFB,
  P6R::CIPHER_RC2_ECB, P6R::CIPHER_RC2_OFB, P6R::CIPHER_MAX
}
 

Detailed Description

Cryptography component definitions.

Definition in file p6crypto.h.