OpenDNSSEC-libhsm
1.4.5
|
#include <libhsm.h>
Data Fields | |
unsigned int | id |
char * | name |
char * | token_label |
char * | path |
void * | handle |
void * | sym |
hsm_config_t * | config |
hsm_config_t* hsm_module_t::config |
optional per HSM configuration
Definition at line 87 of file libhsm.h.
Referenced by hsm_generate_rsa_key(), hsm_print_key(), and hsm_remove_key().
char* hsm_module_t::name |
name of repository
Definition at line 82 of file libhsm.h.
Referenced by cmd_list(), hsm_detach(), hsm_print_key(), hsm_print_session(), hsm_print_tokeninfo(), and hsm_token_attached().
char* hsm_module_t::path |
path to PKCS#11 library
Definition at line 84 of file libhsm.h.
Referenced by hsm_print_session(), and hsm_print_tokeninfo().
void* hsm_module_t::sym |
Function list from dlsym
Definition at line 86 of file libhsm.h.
Referenced by hsm_check_context(), hsm_generate_dsa_key(), hsm_generate_gost_key(), hsm_generate_rsa_key(), hsm_print_session(), hsm_print_tokeninfo(), hsm_random_buffer(), and hsm_remove_key().
char* hsm_module_t::token_label |
label of the token
Definition at line 83 of file libhsm.h.
Referenced by hsm_print_session(), and hsm_print_tokeninfo().