Inheritance diagram for SEAL_Policy< B >:

Definition at line 16 of file seal.h.
Public Types | |
| typedef word32 | WordType |
Public Member Functions | |
| unsigned int | IVSize () const |
| void | GetNextIV (byte *IV) const |
| unsigned int | GetAlignment () const |
| unsigned int | GetBytesPerIteration () const |
| unsigned int | GetIterationsToBuffer () const |
| void | WriteKeystream (byte *buffer, unsigned int iterationCount) |
| bool | CanOperateKeystream () const |
Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
| static unsigned int __cdecl | StaticGetValidKeyLength (unsigned int) |
Protected Member Functions | |
| void | CipherSetKey (const NameValuePairs ¶ms, const byte *key, unsigned int length) |
| void | OperateKeystream (KeystreamOperation operation, byte *output, const byte *input, unsigned int iterationCount) |
| void | CipherResynchronize (byte *keystreamBuffer, const byte *IV) |
| bool | IsRandomAccess () const |
| void | SeekToIteration (lword iterationCount) |
1.4.4