Botan
2.1.0
Crypto and TLS for C++11
|
#include <botan/key_filt.h>
#include <botan/cipher_filter.h>
Go to the source code of this file.
Namespaces | |
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) |