MySQL 9.1.0
Source Code Documentation
|
#include <functional>
#include <sstream>
#include <my_dbug.h>
#include <mysql/components/services/log_builtins.h>
#include <mysqld_error.h>
#include <components/keyrings/common/component_helpers/include/service_requirements.h>
#include <components/keyrings/common/data/meta.h>
#include <components/keyrings/common/operations/operations.h>
Go to the source code of this file.
Namespaces | |
namespace | keyring_common |
namespace | keyring_common::service_implementation |
Functions | |
template<typename Backend , typename Data_extension = data::Data> | |
bool | keyring_common::service_implementation::generate_template (const char *data_id, const char *auth_id, const char *data_type, size_t data_size, Keyring_operations< Backend, Data_extension > &keyring_operations, Component_callbacks &callbacks) |
Generate data and store in keyring. More... | |