|
Virgil IoT KIT
|
Software Security Module constants. More...
Go to the source code of this file.
Macros | |
| #define | KEY_SLOT_STD_DATA_SIZE (380) |
| Maximum data size of standard slot. More... | |
| #define | KEY_SLOT_EXT_DATA_SIZE (1532) |
| Maximum data size of extended slot. More... | |
| #define | PROVISION_KEYS_QTY 2 |
| Provision keys amount. More... | |
| #define | PRIVATE_KEY_SLOT VS_KEY_SLOT_STD_OTP_1 |
| Private key slot. More... | |
| #define | REC1_KEY_SLOT VS_KEY_SLOT_STD_OTP_2 |
| Recovery key 1 slot. More... | |
| #define | REC2_KEY_SLOT VS_KEY_SLOT_STD_OTP_3 |
| Recovery key 2 slot. More... | |
| #define | SIGNATURE_SLOT VS_KEY_SLOT_STD_OTP_4 |
| Signature slot. More... | |
| #define | AUTH1_KEY_SLOT VS_KEY_SLOT_STD_MTP_2 |
| Authentification key 1 slot. More... | |
| #define | AUTH2_KEY_SLOT VS_KEY_SLOT_STD_MTP_3 |
| Authentification key 2 slot. More... | |
| #define | TL1_KEY_SLOT VS_KEY_SLOT_STD_MTP_4 |
| Trust List key 1 slot. More... | |
| #define | TL2_KEY_SLOT VS_KEY_SLOT_STD_MTP_5 |
| Trust List key 2 slot. More... | |
| #define | FW1_KEY_SLOT VS_KEY_SLOT_STD_MTP_6 |
| Firmware key 1 slot. More... | |
| #define | FW2_KEY_SLOT VS_KEY_SLOT_STD_MTP_7 |
| Firmware key 2 slot. More... | |
Software Security Module constants.
This header contains defines and constants for Software Security Module implementation. They are used by Virgil IoT KIT functions
| #define AUTH1_KEY_SLOT VS_KEY_SLOT_STD_MTP_2 |
Authentification key 1 slot.
| #define AUTH2_KEY_SLOT VS_KEY_SLOT_STD_MTP_3 |
Authentification key 2 slot.
| #define FW1_KEY_SLOT VS_KEY_SLOT_STD_MTP_6 |
Firmware key 1 slot.
| #define FW2_KEY_SLOT VS_KEY_SLOT_STD_MTP_7 |
Firmware key 2 slot.
| #define KEY_SLOT_EXT_DATA_SIZE (1532) |
Maximum data size of extended slot.
| #define KEY_SLOT_STD_DATA_SIZE (380) |
Maximum data size of standard slot.
| #define PRIVATE_KEY_SLOT VS_KEY_SLOT_STD_OTP_1 |
Private key slot.
| #define PROVISION_KEYS_QTY 2 |
Provision keys amount.
| #define REC1_KEY_SLOT VS_KEY_SLOT_STD_OTP_2 |
Recovery key 1 slot.
| #define REC2_KEY_SLOT VS_KEY_SLOT_STD_OTP_3 |
Recovery key 2 slot.
| #define SIGNATURE_SLOT VS_KEY_SLOT_STD_OTP_4 |
Signature slot.
| #define TL1_KEY_SLOT VS_KEY_SLOT_STD_MTP_4 |
Trust List key 1 slot.
| #define TL2_KEY_SLOT VS_KEY_SLOT_STD_MTP_5 |
Trust List key 2 slot.
Slots identifiers.
1.8.17