OpenDNSSEC-libhsm
1.4.9
|
#include <libhsm.h>
Data Fields | |
hsm_session_t * | session [HSM_MAX_SESSIONS] |
size_t | session_count |
int | error |
const char * | error_action |
char | error_message [HSM_ERROR_MSGSIZE] |
int hsm_ctx_t::error |
static string describing the action we were trying to do when the first error happened
Definition at line 119 of file libhsm.h.
Referenced by hsm_ctx_set_error(), hsm_get_error(), and hsm_get_slot_id().
const char* hsm_ctx_t::error_action |
static string describing the first error
Definition at line 123 of file libhsm.h.
Referenced by hsm_ctx_set_error(), hsm_get_error(), and sign().
char hsm_ctx_t::error_message[HSM_ERROR_MSGSIZE] |
Definition at line 126 of file libhsm.h.
Referenced by hsm_ctx_set_error(), hsm_get_error(), and sign().
hsm_session_t* hsm_ctx_t::session[HSM_MAX_SESSIONS] |
HSM sessions
Definition at line 115 of file libhsm.h.
Referenced by hsm_check_context(), hsm_count_keys(), hsm_count_keys_session(), hsm_detach(), hsm_get_slot_id(), hsm_list_keys(), hsm_nsec3_hash_name(), hsm_print_ctx(), hsm_print_tokeninfo(), hsm_random_buffer(), and hsm_token_attached().
size_t hsm_ctx_t::session_count |
number of configured HSMs non-zero if the last operation failed (only the first error will be set)
Definition at line 116 of file libhsm.h.
Referenced by hsm_check_context(), hsm_count_keys(), hsm_count_keys_session(), hsm_detach(), hsm_get_slot_id(), hsm_list_keys(), hsm_nsec3_hash_name(), hsm_open(), hsm_print_ctx(), hsm_print_tokeninfo(), hsm_random_buffer(), and hsm_token_attached().