WAKE_Policy< B > Class Template Reference

Inheritance diagram for WAKE_Policy< B >:
CFB_CipherConcretePolicy< word32, 1 > AdditiveCipherConcretePolicy< word32, 1, 64 > WAKE_Base CFB_CipherAbstractPolicy AdditiveCipherAbstractPolicy

List of all members.

Public Types

typedef word32 WordType
typedef word32 WordType

Public Member Functions

unsigned int GetAlignment () const
unsigned int GetBytesPerIteration () const
bool CanIterate () const
void TransformRegister ()
virtual void CipherResynchronize (const byte *iv, size_t length)
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 CipherResynchronize (byte *keystreamBuffer, const byte *iv, size_t length)
virtual void SeekToIteration (lword iterationCount)

Static Public Attributes

static const int BYTES_PER_ITERATION

Protected Member Functions

void CipherSetKey (const NameValuePairs &params, const byte *key, size_t length)
byte * GetRegisterBegin ()
void Iterate (byte *output, const byte *input, CipherDir dir, size_t iterationCount)
void OperateKeystream (KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount)
bool CipherIsRandomAccess () const
word32 M (word32 x, word32 y)
void GenKey (word32 k0, word32 k1, word32 k2, word32 k3)

Protected Attributes

word32 t [257]
word32 r3
word32 r4
word32 r5
word32 r6

Detailed Description

template<class B = BigEndian>
class WAKE_Policy< B >

Definition at line 35 of file wake.h.


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

Generated on 17 Dec 2009 for Crypto++ by  doxygen 1.6.1