Botan
1.11.15
|
#include <botan/lookup.h>
#include <botan/internal/algo_registry.h>
#include <botan/cipher_mode.h>
#include <botan/block_cipher.h>
#include <botan/stream_cipher.h>
#include <botan/hash.h>
#include <botan/mac.h>
#include <botan/pbkdf.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
BlockCipher * | Botan::get_block_cipher (const std::string &algo_spec, const std::string &provider) |
std::vector< std::string > | Botan::get_block_cipher_providers (const std::string &algo_spec) |
HashFunction * | Botan::get_hash_function (const std::string &algo_spec, const std::string &provider) |
std::vector< std::string > | Botan::get_hash_function_providers (const std::string &algo_spec) |
MessageAuthenticationCode * | Botan::get_mac (const std::string &algo_spec, const std::string &provider) |
std::vector< std::string > | Botan::get_mac_providers (const std::string &algo_spec) |
PBKDF * | Botan::get_pbkdf (const std::string &algo_spec, const std::string &provider) |
StreamCipher * | Botan::get_stream_cipher (const std::string &algo_spec, const std::string &provider) |
std::vector< std::string > | Botan::get_stream_cipher_providers (const std::string &algo_spec) |
Transform * | Botan::get_transform (const std::string &specstr, const std::string &provider, const std::string &dirstr) |