|
Botan
1.11.15
|
#include <botan/filter.h>#include <botan/cipher_mode.h>#include <botan/sym_algo.h>Go to the source code of this file.
Classes | |
| class | Botan::Keyed_Filter |
Namespaces | |
| namespace | Botan |
Functions | |
| Keyed_Filter * | Botan::get_cipher (const std::string &algo_spec, Cipher_Dir direction) |
| Keyed_Filter * | Botan::get_cipher (const std::string &algo_spec, const SymmetricKey &key, const InitializationVector &iv, Cipher_Dir direction) |
| Keyed_Filter * | Botan::get_cipher (const std::string &algo_spec, const SymmetricKey &key, Cipher_Dir direction) |
1.7.6.1