#include <panama.h>
Inheritance diagram for PanamaCipherPolicy< B >:

Definition at line 116 of file panama.h.
Public Types | |
| typedef WT | WordType |
| enum | |
| enum | |
Public Member Functions | |
| unsigned int | GetAlignment () const |
| unsigned int | GetBytesPerIteration () const |
| unsigned int | GetIterationsToBuffer () const |
| void | WriteKeystream (byte *buffer, size_t iterationCount) |
| bool | CanOperateKeystream () const |
Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
| static size_t __cdecl | StaticGetValidKeyLength (size_t n) |
Protected Types | |
| enum | { STAGES = 32 } |
| typedef word32 | Stage [8] |
Protected Member Functions | |
| void | CipherSetKey (const NameValuePairs ¶ms, const byte *key, size_t length) |
| void | OperateKeystream (KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount) |
| bool | IsRandomAccess () const |
| void | Reset () |
| void | Iterate (size_t count, const word32 *p=NULL, word32 *z=NULL, const word32 *y=NULL) |
Protected Attributes | |
|
FixedSizeSecBlock< word32, 17 *2+STAGES *sizeof(Stage)> | m_state |
| unsigned int | m_bstart |
1.5.1-p1