![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
This is the complete list of members for anch::crypto::BlockCipherModeOfOperation< Derived, Cipher >, including all inherited members.
anch::ThreadPool (defined in anch::crypto::BlockCipherModeOfOperation< Derived, Cipher >) | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | friend |
BlockCipherModeOfOperation(bool cipherParallelizable, bool decipherParallelizable, unsigned int nbThread=1) | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | inlineprotected |
cipher(std::istream &input, std::ostream &output, const std::string &key) | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | inline |
cipherBlock(std::array< uint8_t, Cipher::getBlockSize()> &input, std::streamsize nbRead, std::array< uint8_t, Cipher::getBlockSize()> &output, uint32_t index, Cipher &cipher)=0 | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | protectedpure virtual |
decipher(std::istream &input, std::ostream &output, const std::string &key) | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | inline |
decipherBlock(std::array< uint8_t, Cipher::getBlockSize()> &input, std::array< uint8_t, Cipher::getBlockSize()> &prevInput, std::streamsize nbRead, bool lastBlock, std::array< uint8_t, Cipher::getBlockSize()> &output, uint32_t index, Cipher &cipher)=0 | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | protectedpure virtual |
reset()=0 | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | protectedpure virtual |
setNbThread(unsigned int nbThread) | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | inline |
~BlockCipherModeOfOperation() | anch::crypto::BlockCipherModeOfOperation< Derived, Cipher > | inlineprotectedvirtual |