![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include <cstring>#include "keyring_operations_helper.h"#include "my_inttypes.h"#include "my_sys.h"#include "mysql/components/service.h"#include "mysql/components/services/keyring_reader_with_status.h"#include "mysql/service_mysql_alloc.h"#include "scope_guard.h"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... | |