MySQL 9.1.0
Source Code Documentation
|
#include <mysql/components/service.h>
#include <mysql/components/services/keyring_reader_with_status.h>
#include <mysql/service_mysql_alloc.h>
#include "my_sys.h"
#include "scope_guard.h"
Go to the source code of this file.
Namespaces | |
namespace | keyring_operations_helper |
Functions | |
int | keyring_operations_helper::read_secret (const mysql_service_keyring_reader_with_status_t *keyring_reader, const char *secret_id, const char *auth_id, unsigned char **secret, size_t *secret_length, char **secret_type, PSI_memory_key psi_memory_key) |
Read secret from keyring. More... | |