|
Botan
1.11.15
|
#include <botan/key_filt.h>#include <botan/transform_filter.h>Go to the source code of this file.
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