PanamaCipherPolicy< B > Class Template Reference

_ More...

#include <panama.h>

Inheritance diagram for PanamaCipherPolicy< B >:
AdditiveCipherConcretePolicy< word32, 8 > PanamaCipherInfo< B > Panama< B > AdditiveCipherAbstractPolicy FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 32 >

List of all members.

Public Types

typedef word32 WordType

Public Member Functions

unsigned int GetAlignment () const
unsigned int GetBytesPerIteration () const
unsigned int GetIterationsToBuffer () const
bool CanOperateKeystream () const
virtual unsigned int GetOptimalBlockSize () const
virtual void WriteKeystream (byte *keystream, size_t iterationCount)
virtual void SeekToIteration (lword iterationCount)

Static Public Member Functions

static const char * StaticAlgorithmName ()
static size_t CRYPTOPP_API StaticGetValidKeyLength (size_t)

Protected Types

typedef word32 Stage [8]

Protected Member Functions

void CipherSetKey (const NameValuePairs &params, const byte *key, size_t length)
void OperateKeystream (KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount)
bool CipherIsRandomAccess () const
void CipherResynchronize (byte *keystreamBuffer, const byte *iv, size_t length)
void Reset ()
void Iterate (size_t count, const word32 *p=NULL, word32 *z=NULL, const word32 *y=NULL)

Protected Attributes

FixedSizeSecBlock< word32, 8 > m_key
FixedSizeAlignedSecBlock
< word32, 20+8 *32 > 
m_state

Detailed Description

template<class B>
class PanamaCipherPolicy< B >

_

Definition at line 118 of file panama.h.


The documentation for this class was generated from the following file:

Generated on Fri Sep 18 16:13:22 2009 for Crypto++ by  doxygen 1.6.1