|
Security Scol plugin
|
Public Member Functions | |
| std::string | AlgorithmProvider () const |
| void | Reset () |
| void | Iterate (size_t count, const word32 *p=NULLPTR, byte *output=NULLPTR, const byte *input=NULLPTR, KeystreamOperation operation=WRITE_KEYSTREAM) |
Protected Types | |
| typedef word32 | Stage[8] |
Protected Member Functions | |
| CRYPTOPP_CONSTANT (STAGES=32) | |
Protected Attributes | |
| FixedSizeAlignedSecBlock< word32, 20+8 *32 > | m_state |
| std::string Panama< B >::AlgorithmProvider | ( | ) | const |
Definition at line 21 of file panama.cpp.
| void Panama< B >::Iterate | ( | size_t | count, |
| const word32 * | p = NULLPTR, |
||
| byte * | output = NULLPTR, |
||
| const byte * | input = NULLPTR, |
||
| KeystreamOperation | operation = WRITE_KEYSTREAM |
||
| ) |
Definition at line 336 of file panama.cpp.
| void Panama< B >::Reset | ( | ) |
Definition at line 36 of file panama.cpp.
|
protected |