|
Botan
1.11.15
|
#include <botan/symkey.h>#include <string>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 (const std::string &algo_spec, const std::string &provider="") |
| 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) |
1.7.6.1