CUBRID Engine  latest
tde_keyinfo Struct Reference

#include <tde.h>

Collaboration diagram for tde_keyinfo:
Collaboration graph

Public Attributes

int mk_index
 
time_t created_time
 
time_t set_time
 
unsigned char mk_hash [TDE_MASTER_KEY_LENGTH]
 
unsigned char dk_perm [TDE_DATA_KEY_LENGTH]
 
unsigned char dk_temp [TDE_DATA_KEY_LENGTH]
 
unsigned char dk_log [TDE_DATA_KEY_LENGTH]
 

Detailed Description

Definition at line 158 of file tde.h.

Member Data Documentation

time_t tde_keyinfo::created_time
unsigned char tde_keyinfo::dk_log[TDE_DATA_KEY_LENGTH]

Definition at line 166 of file tde.h.

Referenced by tde_generate_keyinfo(), and tde_load_dks().

unsigned char tde_keyinfo::dk_perm[TDE_DATA_KEY_LENGTH]

Definition at line 164 of file tde.h.

Referenced by tde_generate_keyinfo(), and tde_load_dks().

unsigned char tde_keyinfo::dk_temp[TDE_DATA_KEY_LENGTH]

Definition at line 165 of file tde.h.

Referenced by tde_generate_keyinfo(), and tde_load_dks().

unsigned char tde_keyinfo::mk_hash[TDE_MASTER_KEY_LENGTH]

Definition at line 163 of file tde.h.

Referenced by tde_generate_keyinfo(), tde_load_mk(), and xtde_change_mk_without_flock().

time_t tde_keyinfo::set_time

Definition at line 162 of file tde.h.

Referenced by tde_generate_keyinfo(), and xtde_get_mk_info().


The documentation for this struct was generated from the following file: