Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

blockCipherContext Struct Reference
[Block ciphers]

Holds a pointer to a blockcipher as well as its parameters. More...

#include <beecrypt.h>

Collaboration diagram for blockCipherContext:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 blockCipherContext ()
 blockCipherContext (const blockCipher *)
 ~blockCipherContext ()

Public Attributes

const blockCipheralgo
 Pointer to a blockCipher.
blockCipherParamparam
 Pointer to the parameters used by algo.
cipherOperation op

Detailed Description

Holds a pointer to a blockcipher as well as its parameters.

Warning:
A context can be used by only one thread at the same time.


Constructor & Destructor Documentation

blockCipherContext::blockCipherContext  ) 
 

blockCipherContext::blockCipherContext const blockCipher  ) 
 

blockCipherContext::~blockCipherContext  ) 
 


Member Data Documentation

blockCipherContext::algo
 

Pointer to a blockCipher.

blockCipherContext::op
 

blockCipherContext::param
 

Pointer to the parameters used by algo.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 20 10:10:29 2005 for BeeCrypt by  doxygen 1.4.0