Fabcoin Core  0.16.2
P2P Digital Currency
CFB_CipherTemplate< BASE > Member List

This is the complete list of members for CFB_CipherTemplate< BASE >, including all inherited members.

CombineMessageAndShiftRegister(byte *output, byte *reg, const byte *message, size_t length)=0CFB_CipherTemplate< BASE >protectedpure virtual
GetOptimalNextBlockSize() const CFB_CipherTemplate< BASE >inline
IsRandomAccess() const CFB_CipherTemplate< BASE >inline
IsSelfInverting() const CFB_CipherTemplate< BASE >inline
m_leftOverCFB_CipherTemplate< BASE >protected
OptimalBlockSize() const CFB_CipherTemplate< BASE >inline
OptimalDataAlignment() const CFB_CipherTemplate< BASE >inline
PolicyInterface typedefCFB_CipherTemplate< BASE >
ProcessData(byte *outString, const byte *inString, size_t length)CFB_CipherTemplate< BASE >
Resynchronize(const byte *iv, int length=-1)CFB_CipherTemplate< BASE >
UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)CFB_CipherTemplate< BASE >protected