Wire Sysio Wire Sysion 1.0.0
|
#include <yubihsm-shell.h>
Public Attributes | |
char ** | connector_list |
yh_connector * | connector |
int | n_connectors |
yh_session * | sessions [YH_MAX_SESSIONS] |
ykyh_state * | state |
FILE * | out |
cmd_format | in_fmt |
cmd_format | out_fmt |
char * | cacert |
char * | proxy |
Definition at line 46 of file yubihsm-shell.h.
char* yubihsm_context::cacert |
Definition at line 55 of file yubihsm-shell.h.
yh_connector* yubihsm_context::connector |
Definition at line 48 of file yubihsm-shell.h.
char** yubihsm_context::connector_list |
Definition at line 47 of file yubihsm-shell.h.
cmd_format yubihsm_context::in_fmt |
Definition at line 53 of file yubihsm-shell.h.
int yubihsm_context::n_connectors |
Definition at line 49 of file yubihsm-shell.h.
FILE* yubihsm_context::out |
Definition at line 52 of file yubihsm-shell.h.
cmd_format yubihsm_context::out_fmt |
Definition at line 54 of file yubihsm-shell.h.
char* yubihsm_context::proxy |
Definition at line 56 of file yubihsm-shell.h.
yh_session* yubihsm_context::sessions[YH_MAX_SESSIONS] |
Definition at line 50 of file yubihsm-shell.h.
ykyh_state* yubihsm_context::state |
Definition at line 51 of file yubihsm-shell.h.