#include <botan/secmem.h>
#include <botan/data_snk.h>
#include <botan/pipe.h>
#include <botan/symkey.h>
#include <botan/cipher_mode.h>
Go to the source code of this file.
|
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, Cipher_Dir direction) |
|
Keyed_Filter * | Botan::get_cipher (const std::string &algo_spec, const SymmetricKey &key, const InitializationVector &iv, Cipher_Dir direction) |
|