OpenDNSSEC-libhsm  1.4.8.2
Data Fields
hsm_module_t Struct Reference

#include <libhsm.h>

Collaboration diagram for hsm_module_t:
Collaboration graph
[legend]

Data Fields

unsigned int id
 
char * name
 
char * token_label
 
char * path
 
void * handle
 
void * sym
 
hsm_config_tconfig
 

Detailed Description

Data type to describe an HSM

Definition at line 82 of file libhsm.h.

Field Documentation

hsm_config_t* hsm_module_t::config
void* hsm_module_t::handle

handle from dlopen()

Definition at line 87 of file libhsm.h.

Referenced by hsm_ctx_set_error(), and hsm_get_slot_id().

unsigned int hsm_module_t::id

HSM numerical identifier

Definition at line 83 of file libhsm.h.

Referenced by hsm_get_slot_id().

char* hsm_module_t::name
char* hsm_module_t::path

path to PKCS#11 library

Definition at line 86 of file libhsm.h.

Referenced by hsm_ctx_set_error(), hsm_get_slot_id(), hsm_print_session(), and hsm_print_tokeninfo().

void* hsm_module_t::sym
char* hsm_module_t::token_label

label of the token

Definition at line 85 of file libhsm.h.

Referenced by hsm_get_slot_id(), hsm_print_session(), and hsm_print_tokeninfo().


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