Botan
1.11.15
|
#include <botan/oids.h>
#include <botan/parsing.h>
#include <mutex>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
namespace | Botan::OIDS |
Functions | |
void | Botan::OIDS::add_oid (const OID &oid, const std::string &name) |
void | Botan::OIDS::add_oid2str (const OID &oid, const std::string &name) |
void | Botan::OIDS::add_oidstr (const char *oidstr, const char *name) |
void | Botan::OIDS::add_str2oid (const OID &oid, const std::string &name) |
bool | Botan::OIDS::have_oid (const std::string &name) |
std::string | Botan::OIDS::lookup (const OID &oid) |
OID | Botan::OIDS::lookup (const std::string &name) |
bool | Botan::OIDS::name_of (const OID &oid, const std::string &name) |
std::mutex m_mutex |
Definition at line 95 of file oids.cpp.
Referenced by Botan::Serialized_RNG::add_entropy(), Botan::mlock_allocator::allocate(), Botan::Serialized_RNG::clear(), Botan::mlock_allocator::deallocate(), Botan::Serialized_RNG::is_seeded(), Botan::Serialized_RNG::name(), Botan::ProcWalking_EntropySource::poll(), Botan::Serialized_RNG::randomize(), and Botan::Serialized_RNG::reseed().