_
More...
#include <panama.h>
|
unsigned int | GetAlignment () const |
|
unsigned int | GetBytesPerIteration () const |
|
unsigned int | GetIterationsToBuffer () const |
|
bool | CanOperateKeystream () const |
|
|
static const char * | StaticAlgorithmName () |
|
static size_t | StaticGetValidKeyLength (size_t) |
|
|
static const int | BYTES_PER_ITERATION |
|
static const int | KEYLENGTH |
|
static const int | MIN_KEYLENGTH |
|
static const int | MAX_KEYLENGTH |
|
static const int | DEFAULT_KEYLENGTH |
|
static const int | IV_REQUIREMENT |
|
static const int | IV_LENGTH |
|
|
void | CipherSetKey (const NameValuePairs ¶ms, 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, byte *output=NULL, const byte *input=NULL, KeystreamOperation operation=WRITE_KEYSTREAM) |
|
|
static const int | STAGES = 32 |
|
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: