|
uint8_t | mode |
| Mode (Param1) parameter used in Verify command.
|
|
uint16_t | key_id |
| KeyID (Param2) used in Verify command.
|
|
const uint8_t * | signature |
| Signature used in Verify command (64 bytes).
|
|
const uint8_t * | other_data |
| OtherData used in Verify command (19 bytes).
|
|
const uint8_t * | msg_dig_buf |
| Message digest buffer (64 bytes).
|
|
const uint8_t * | io_key |
| IO protection key value (32 bytes).
|
|
const uint8_t * | sn |
| Serial number (9 bytes).
|
|
const atca_temp_key_t * | temp_key |
| TempKey.
|
|
uint8_t * | mac |
| Calculated verification MAC is returned here (32 bytes).
|
|