Inheritance diagram for SEAL_Policy< B >:

Definition at line 16 of file seal.h.
Public Types | |
| typedef WT | WordType |
| enum | |
| enum | |
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, size_t iterationCount) |
| bool | CanOperateKeystream () const |
Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
| static size_t __cdecl | StaticGetValidKeyLength (size_t) |
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) |
| void | CipherResynchronize (byte *keystreamBuffer, const byte *IV) |
| bool | IsRandomAccess () const |
| void | SeekToIteration (lword iterationCount) |
1.5.1-p1