AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::crypto::CFB< Cipher > Member List

This is the complete list of members for anch::crypto::CFB< Cipher >, including all inherited members.

BlockCipherModeOfOperation(bool cipherParallelizable, bool decipherParallelizable, unsigned int nbThread=1)anch::crypto::BlockCipherModeOfOperation< CFB< Cipher >, Cipher >protected
CFB(const std::array< uint8_t, Cipher::getBlockSize()> &initVect, unsigned int nbThread=1)anch::crypto::CFB< Cipher >
cipher(std::istream &input, std::ostream &output, const std::string &key)anch::crypto::BlockCipherModeOfOperation< CFB< Cipher >, Cipher >
cipherBlock(std::array< uint8_t, Cipher::getBlockSize()> &input, std::streamsize nbRead, std::array< uint8_t, Cipher::getBlockSize()> &output, uint32_t, Cipher &cipher) overrideanch::crypto::CFB< Cipher >protectedvirtual
decipher(std::istream &input, std::ostream &output, const std::string &key)anch::crypto::BlockCipherModeOfOperation< CFB< Cipher >, Cipher >
decipherBlock(std::array< uint8_t, Cipher::getBlockSize()> &input, std::array< uint8_t, Cipher::getBlockSize()> &prevInput, std::streamsize nbRead, bool, std::array< uint8_t, Cipher::getBlockSize()> &output, uint32_t, Cipher &cipher) overrideanch::crypto::CFB< Cipher >protectedvirtual
reset()anch::crypto::CFB< Cipher >protectedvirtual
setNbThread(unsigned int nbThread)anch::crypto::BlockCipherModeOfOperation< CFB< Cipher >, Cipher >inline
~BlockCipherModeOfOperation()anch::crypto::BlockCipherModeOfOperation< CFB< Cipher >, Cipher >protectedvirtual
~CFB()anch::crypto::CFB< Cipher >virtual