|
libyubihsm
|
Logging struct as returned by device. More...
Data Fields | |
| uint16_t | number |
| Monotonically increasing index. | |
| uint8_t | command |
| What command was executed. More... | |
| uint16_t | length |
| Length of in-data. | |
| uint16_t | session_key |
| ID of Authentication Key used. | |
| uint16_t | target_key |
| ID of first Object used. | |
| uint16_t | second_key |
| ID of second Object used. | |
| uint8_t | result |
| Command result. More... | |
| uint32_t | systick |
| Systick at time of execution. | |
| uint8_t | digest [YH_LOG_DIGEST_SIZE] |
| Truncated sha256 digest of this last digest + this entry. | |
Logging struct as returned by device.
| uint8_t yh_log_entry::command |
What command was executed.
| uint8_t yh_log_entry::result |
Command result.
1.8.13