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