This is the complete list of members for
ibrcommon::CipherStream, including all inherited members.
_mode | ibrcommon::CipherStream | [protected] |
CIPHER_DECRYPT enum value | ibrcommon::CipherStream | |
CIPHER_ENCRYPT enum value | ibrcommon::CipherStream | |
CipherMode enum name | ibrcommon::CipherStream | |
CipherStream(std::ostream &stream, const CipherMode mode=CIPHER_DECRYPT, const size_t buffer=2048) | ibrcommon::CipherStream | |
decrypt(std::iostream &stream) | ibrcommon::CipherStream | |
decrypt(char *buf, const size_t size)=0 | ibrcommon::CipherStream | [protected, pure virtual] |
decrypt_final() | ibrcommon::CipherStream | [inline, protected, virtual] |
encrypt(std::iostream &stream) | ibrcommon::CipherStream | |
encrypt(char *buf, const size_t size)=0 | ibrcommon::CipherStream | [protected, pure virtual] |
encrypt_final() | ibrcommon::CipherStream | [inline, protected, virtual] |
overflow(std::char_traits< char >::int_type=std::char_traits< char >::eof()) | ibrcommon::CipherStream | [protected, virtual] |
sync() | ibrcommon::CipherStream | [protected, virtual] |
~CipherStream() | ibrcommon::CipherStream | [virtual] |