Supported Key Types to be used in key loading functionality. More...

Macros | |
| #define | PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_INVALID 0xFFFFU |
| Invalid Key. | |
| #define | PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_AES128 0x0000U |
| AES 128 Key [16 Bytes]. | |
| #define | PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_AES192 0x0001U |
| AES 192 Key [24 Bytes]. | |
| #define | PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_AES256 0x0002U |
| AES 256 Key [32 Bytes]. | |
| #define | PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_DES 0x0003U |
| DES Single Key [8 Bytes]. More... | |
| #define | PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_2K3DES 0x0004U |
| 2 Key Triple Des [16 Bytes]. More... | |
| #define | PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_3K3DES 0x0005U |
| 3 Key Triple Des [24 Bytes]. More... | |
| #define | PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_MIFARE 0x0006U |
| MIFARE (R) Key. | |
Supported Key Types to be used in key loading functionality.
| #define PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_DES 0x0003U |
DES Single Key [8 Bytes].
This is basically the 56-Bit DES key.
| #define PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_2K3DES 0x0004U |
2 Key Triple Des [16 Bytes].
This is basically the 112-Bit DES key.
| #define PHHAL_HW_DUT_CMD_CRYPTOSYM_KEY_TYPE_3K3DES 0x0005U |
3 Key Triple Des [24 Bytes].
This is basically the 168-Bit DES key.