Input/output parameters for function atcah_derive_key_mac().
More...
#include <lib/host/atca_host.h>
|
uint8_t | mode |
| Mode (param 1) of the derive key command.
|
|
uint16_t | target_key_id |
| Key ID (param 2) of the target slot to run the command on.
|
|
const uint8_t * | sn |
| Device serial number SN[0:8]. Only SN[0:1] and SN[8] are required though.
|
|
const uint8_t * | parent_key |
| Parent key to be used in the derive key calculation (32 bytes).
|
|
uint8_t * | mac |
| DeriveKey MAC will be returned here.
|
|
Input/output parameters for function atcah_derive_key_mac().