libyubihsm
Data Fields
yh_log_entry Struct Reference

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.
 

Detailed Description

Logging struct as returned by device.

See also
Objects

Field Documentation

◆ command

uint8_t yh_log_entry::command

What command was executed.

See also
yh_cmd

◆ result

uint8_t yh_log_entry::result

Command result.

See also
yh_cmd

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