![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
This is the complete list of members for anch::crypto::CBC< Cipher, Padding >, including all inherited members.
BlockCipherModeOfOperation(bool cipherParallelizable, bool decipherParallelizable, unsigned int nbThread=1) | anch::crypto::BlockCipherModeOfOperation< CBC< Cipher, Padding >, Cipher > | inlineprotected |
CBC(const std::array< uint8_t, Cipher::getBlockSize()> &initVect, unsigned int nbThread=1) | anch::crypto::CBC< Cipher, Padding > | inline |
cipher(std::istream &input, std::ostream &output, const std::string &key) | anch::crypto::BlockCipherModeOfOperation< CBC< Cipher, Padding >, Cipher > | inline |
cipherBlock(std::array< uint8_t, Cipher::getBlockSize()> &input, std::streamsize nbRead, std::array< uint8_t, Cipher::getBlockSize()> &output, uint32_t, Cipher &cipher) override | anch::crypto::CBC< Cipher, Padding > | inlineprotectedvirtual |
decipher(std::istream &input, std::ostream &output, const std::string &key) | anch::crypto::BlockCipherModeOfOperation< CBC< Cipher, Padding >, 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, Cipher &cipher) override | anch::crypto::CBC< Cipher, Padding > | inlineprotectedvirtual |
reset() | anch::crypto::CBC< Cipher, Padding > | inlineprotectedvirtual |
setNbThread(unsigned int nbThread) | anch::crypto::BlockCipherModeOfOperation< CBC< Cipher, Padding >, Cipher > | inline |
~BlockCipherModeOfOperation() | anch::crypto::BlockCipherModeOfOperation< CBC< Cipher, Padding >, Cipher > | inlineprotectedvirtual |
~CBC() | anch::crypto::CBC< Cipher, Padding > | inlinevirtual |