AnCH Framework  0.1
Another C++ Hack Framework
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
anch::crypto::OFB< Cipher > Member List

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

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