|
Wire Sysio Wire Sysion 1.0.0
|


Go to the source code of this file.
Classes | |
| struct | yubihsm_context |
Macros | |
| #define | UNUSED(x) |
Enumerations | |
| enum | cmd_format { fmt_nofmt , fmt_base64 , fmt_binary , fmt_hex , fmt_PEM , fmt_password , fmt_ASCII } |
Functions | |
| int | actions_run (struct gengetopt_args_info *args_info) |
| int | do_put_key (uint8_t *enc_key, uint8_t *mac_key, uint16_t key_id, uint16_t domains, uint32_t capabilities, yh_session *ses) |
| #define UNUSED | ( | x | ) |
Definition at line 26 of file yubihsm-shell.h.
| enum cmd_format |
| Enumerator | |
|---|---|
| fmt_nofmt | |
| fmt_base64 | |
| fmt_binary | |
| fmt_hex | |
| fmt_PEM | |
| fmt_password | |
| fmt_ASCII | |
Definition at line 28 of file yubihsm-shell.h.
| int actions_run | ( | struct gengetopt_args_info * | args_info | ) |
| int do_put_key | ( | uint8_t * | enc_key, |
| uint8_t * | mac_key, | ||
| uint16_t | key_id, | ||
| uint16_t | domains, | ||
| uint32_t | capabilities, | ||
| yh_session * | ses ) |
| cmd_format format |
Definition at line 40 of file yubihsm-shell.h.
| const char* name |
Definition at line 39 of file yubihsm-shell.h.